Skip to content
Snippets Groups Projects
Commit 2da7c997 authored by Kai DeLorenzo's avatar Kai DeLorenzo :purple_heart:
Browse files

Update .gitlab-ci.yml file

parent 64f4f126
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ deploy-job: # This job runs in the deploy stage. ...@@ -28,6 +28,7 @@ deploy-job: # This job runs in the deploy stage.
- cp -r .ssh ~/.ssh - cp -r .ssh ~/.ssh
- cd build - cd build
- PRIVATE_KEY_PASSPHRASE="$passphrase" bash sign-script.sh BiliBiliScript.js > results.txt - PRIVATE_KEY_PASSPHRASE="$passphrase" bash sign-script.sh BiliBiliScript.js > results.txt
- cat results.txt
- bash add_signature.sh results.txt BiliBiliConfig.json - bash add_signature.sh results.txt BiliBiliConfig.json
- cat BiliBiliConfig.json - cat BiliBiliConfig.json
artifacts: artifacts:
......
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