CI/CD Fix attempt

This commit is contained in:
Neshura 2023-02-27 00:26:27 +01:00
parent 70557a6bf0
commit 2a6530b99f
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A

View file

@ -29,17 +29,14 @@ 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/api-key-empty.json /artifacts/api-key.json
- ls /
- ls ./
- ls /builds/Neshura/cloudflare-dns-updater
- 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/api-key-empty.json ./artifacts/api-key.json
artifacts:
paths:
- /artifacts
- ./artifacts
reports:
dotenv: job.env