Skip to content
Snippets Groups Projects
Commit 82aae0da authored by calrama's avatar calrama
Browse files

[ci] hopefully fix

parent 451fb38e
No related branches found
No related tags found
No related merge requests found
Pipeline #35614 passed
...@@ -67,7 +67,7 @@ deploy to staging: ...@@ -67,7 +67,7 @@ deploy to staging:
dependencies: dependencies:
- package - package
script: script:
- ./python/ci/deploy.py - ./ci/deploy.py
deploy to production: deploy to production:
extends: .centos extends: .centos
...@@ -77,4 +77,4 @@ deploy to production: ...@@ -77,4 +77,4 @@ deploy to production:
dependencies: dependencies:
- package - package
script: script:
- ./python/ci/deploy.py --production - ./ci/deploy.py --production
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment