fix command expansion
This commit is contained in:
parent
4bf801b30c
commit
8fd2989b0b
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ update:
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||||
script:
|
script:
|
||||||
- pad-archiver --push --remote "${CI_REPOSITORY_URL#*@}" --username gitlab-ci-token --password "${CI_ACCESS_TOKEN} < pads.txt
|
- pad-archiver --push --remote "${CI_REPOSITORY_URL}" --username gitlab-ci-token --password "${CI_ACCESS_TOKEN} < pads.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue