Update .gitlab-ci.yml file
This commit is contained in:
@@ -14,6 +14,10 @@ prepare_job:
|
|||||||
- 'python3 translation-generator/main.py $CI_PROJECT_DIR'
|
- 'python3 translation-generator/main.py $CI_PROJECT_DIR'
|
||||||
- 'ls -al'
|
- 'ls -al'
|
||||||
- cat test.txt
|
- cat test.txt
|
||||||
|
- git remote rm origin && git remote add origin "git@$GITLAB_URL:${CI_PROJECT_PATH}.git"
|
||||||
|
- git add test.txt
|
||||||
|
- git commit -m "Commit message here :)" || echo "No changes, nothing to commit!"
|
||||||
|
- git push origin HEAD:$CI_COMMIT_REF_NAME
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- test.txt
|
- test.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user