CI/CD Fix attempt
This commit is contained in:
parent
70557a6bf0
commit
2a6530b99f
1 changed files with 5 additions and 8 deletions
|
@ -29,17 +29,14 @@ build:
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- echo JOB_ID=$CI_JOB_ID >> job.env
|
- echo JOB_ID=$CI_JOB_ID >> job.env
|
||||||
- mkdir /artifacts
|
- mkdir ./artifacts
|
||||||
- cp /builds/Neshura/cloudflare-dns-updater/target/release/cloudflare-dns-updater /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/config.json ./artifacts/
|
||||||
- cp /builds/Neshura/cloudflare-dns-updater/api-key-empty.json /artifacts/api-key.json
|
- cp /builds/Neshura/cloudflare-dns-updater/api-key-empty.json ./artifacts/api-key.json
|
||||||
- ls /
|
|
||||||
- ls ./
|
|
||||||
- ls /builds/Neshura/cloudflare-dns-updater
|
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- /artifacts
|
- ./artifacts
|
||||||
reports:
|
reports:
|
||||||
dotenv: job.env
|
dotenv: job.env
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue