Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
need to create var for ip without port attached
  • Loading branch information
kwbyron authored and spartan782 committed Apr 29, 2021
1 parent 7aeac32 commit 7d2db25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion concourse/pipelines/manual/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,15 @@ jobs:
path: /bin/bash
args:
- '-c'
- 'rock-createiso-git/concourse/upload.sh "$MIRROR_USER" "$MIRROR_PASS" "$MIRROR_HOST" "$MIRROR_REPO" "$MIRROR_PRIVATE" "$MIRROR_PUBLIC"'
- 'rock-createiso-git/concourse/upload.sh "$MIRROR_USER" "$MIRROR_PASS" "$MIRROR_HOST" "$MIRROR_REPO" "$MIRROR_PRIVATE" "$MIRROR_PUBLIC" "$MIRROR_IP"'
params:
MIRROR_USER: ((mirror-user))
MIRROR_PASS: ((mirror-pass))
MIRROR_HOST: ((mirror-host))
MIRROR_REPO: "testing"
MIRROR_PRIVATE: ((mirror-private-key))
MIRROR_PUBLIC: ((mirror-public-key))
MIRROR_IP: ((mirror-ip))
on_failure:
put: RockNSM-Slack
params:
Expand Down

0 comments on commit 7d2db25

Please sign in to comment.