Update .gitlab-ci.yml file

This commit is contained in:
2026-02-26 11:53:39 +01:00
parent 2cf4b2b67d
commit 5cbeb664f3

View File

@@ -56,7 +56,7 @@ build-job: # This job runs in the build stage, which runs first.
- if: '$CI_COMMIT_MESSAGE =~ /build/' - if: '$CI_COMMIT_MESSAGE =~ /build/'
build-job-arm: # This job runs in the build stage, which runs first. build-job-arm: # This job runs in the build stage, which runs first.
stage: build stage: build
image: r.sectorq.eu/jaydee/builder-portainer-arm:latest image: r.sectorq.eu/jaydee/builder-arm:latest
script: script:
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' > ~/.ssh/id_rsa - echo "$SSH_PRIVATE_KEY" | tr -d '\r' > ~/.ssh/id_rsa