Skip to content
Snippets Groups Projects
Verified Commit 66b93da1 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

remove temp dir

parent 7d6530f0
No related branches found
Tags v5.9.0
No related merge requests found
...@@ -44,7 +44,11 @@ save:commitIndex: ...@@ -44,7 +44,11 @@ save:commitIndex:
- git config user.name $GIT_ACCESS_USER - git config user.name $GIT_ACCESS_USER
- git config user.email $GIT_ACCESS_EMAIL - git config user.email $GIT_ACCESS_EMAIL
script: script:
# copy the index and remove the temporary directory
- cp .tmp/index.md . - cp .tmp/index.md .
- rm -rf .tmp
# commit
- git branch -D tmpBranch || true - git branch -D tmpBranch || true
- git checkout -b tmpBranch - git checkout -b tmpBranch
- git add --all - git add --all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment