CI/CD debugging
This commit is contained in:
parent
08c825876d
commit
c20a32a37e
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ build:
|
|||
after_script:
|
||||
- echo JOB_ID=$CI_JOB_ID >> job.env
|
||||
- mkdir artifacts
|
||||
- cp /builds/Neshura/cloudflare-dns-updater/target/release/cloudflare-dns-updater /artifacts
|
||||
- cp /builds/Neshura/cloudflare-dns-updater/config.json /artifacts
|
||||
- cp /builds/Neshura/cloudflare-dns-updater/target/release/cloudflare-dns-updater /artifacts/
|
||||
- cp /builds/Neshura/cloudflare-dns-updater/config.json /artifacts/
|
||||
- cp /builds/Neshura/cloudflare-dns-updater/api-key-empty.json /artifacts/api-key.json
|
||||
- ls /
|
||||
|
||||
|
|
Loading…
Reference in a new issue