Skip to content
Snippets Groups Projects
Verified Commit 6d50cf8c authored by ck85nori's avatar ck85nori :railway_track:
Browse files

makes deploy stage in pipeline fail if password wrong

fixes #4
parent 24f2f712
No related branches found
No related tags found
No related merge requests found
Pipeline #397 passed
...@@ -19,7 +19,7 @@ deploy: ...@@ -19,7 +19,7 @@ deploy:
script: script:
- make - make
- >- - >-
curl curl -f -v
-u "$NEXTCLOUD_SHARE:$NEXTCLOUD_PW" -u "$NEXTCLOUD_SHARE:$NEXTCLOUD_PW"
-T title.pdf -T title.pdf
-H 'X-Requested-With: XMLHttpRequest' -H 'X-Requested-With: XMLHttpRequest'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment