Skip to content
Snippets Groups Projects
Commit 5c4f0119 authored by Mathias Chouet's avatar Mathias Chouet
Browse files

Shameful typo on CI/CD config

parent 4ecc5c5b
No related branches found
No related tags found
Loading
Pipeline #137817 canceled
......@@ -83,7 +83,7 @@ clean-stale-branches:
- tags
- web
script:
- nodejs scripts/remove-stale-branches.sh $DEPLOY_HOST_LOGIN $DEPLOY_URL
- ./scripts/remove-stale-branches.sh $DEPLOY_HOST_LOGIN $DEPLOY_URL
deploy:
stage: deploy
......@@ -129,4 +129,4 @@ releases-version:
- $CI_COMMIT_REF_NAME =~ /^[0-9]+\.[0-9]+\.[0-9]+$/ # version tag
dependencies: []
script:
- nodejs scripts/release-version.sh $CI_COMMIT_REF_NAME $DEPLOY_HOST_LOGIN $RELEASES_URL
- ./scripts/release-version.sh $CI_COMMIT_REF_NAME $DEPLOY_HOST_LOGIN $RELEASES_URL
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