Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
howto-cards
Commits
66b93da1
Verified
Commit
66b93da1
authored
Jul 24, 2020
by
Laurent Heirendt
✈
Browse files
remove temp dir
parent
7d6530f0
Pipeline
#30284
passed with stages
in 2 minutes and 21 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
66b93da1
...
...
@@ -44,7 +44,11 @@ save:commitIndex:
-
git config user.name $GIT_ACCESS_USER
-
git config user.email $GIT_ACCESS_EMAIL
script
:
# copy the index and remove the temporary directory
-
cp .tmp/index.md .
-
rm -rf .tmp
# commit
-
git branch -D tmpBranch ||
true
-
git checkout -b tmpBranch
-
git add --all
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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