Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SWLab Docs BXCP for Dev
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Schedules
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
heywon.choi
SWLab Docs BXCP for Dev
Commits
413207c5
Commit
413207c5
authored
Jun 04, 2024
by
heywon.choi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
7039198e
Pipeline
#19130
failed with stages
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
413207c5
...
...
@@ -17,12 +17,12 @@ deploy:
-
antora --fetch site.yml
-
git config --global user.email "$GITLAB_USER_EMAIL"
-
git config --global user.name "$GITLAB_USER_NAME"
-
echo "$CI_COMMIT_BRANCH"
-
echo "
a
$CI_COMMIT_BRANCH"
-
git checkout $CI_COMMIT_BRANCH
-
git add build_site
-
git commit -m "Update build output by $GITLAB_USER_NAME"
-
git config --global push.default simple
-
echo "$CI_COMMIT_BRANCH"
-
echo "
a
$CI_COMMIT_BRANCH"
-
git push origin HEAD:$CI_COMMIT_BRANCH
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment