updateing registry endpoint as well
This commit is contained in:
parent
7b15ac2136
commit
a72c49bb92
|
@ -1,6 +1,6 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: registry.v1.cloud.wit.com/toby/packager:1.3
|
||||
image: registry.i.wit.com/toby/packager:1.3
|
||||
commands:
|
||||
- echo "wit-pxeboot (1.0.$(date +%Y.%m.%d.%H.%M)) unstable; urgency=low\n\n$(git log --format=" * %s")\n\n -- wit <netops@wit.com> $(date -R)" >debian/changelog
|
||||
- ./create_pxeinitrd.sh
|
||||
|
@ -8,6 +8,6 @@ pipeline:
|
|||
- ls -lha ../wit-pxeboot_*_all.deb
|
||||
- echo "$SSH_KEY" >/tmp/id_rsa
|
||||
- chmod 600 /tmp/id_rsa
|
||||
- scp -i /tmp/id_rsa -o StrictHostKeyChecking=no -P 22022 ../wit-pxeboot_*_all.deb root@cloud-api.v1.cloud.wit.com:/data/incoming
|
||||
- scp -i /tmp/id_rsa -o StrictHostKeyChecking=no -P 22022 ../wit-pxeboot_*_all.deb root@cloud-api.v2.stack.wit.com:/data/incoming
|
||||
secrets: [ ssh_key ]
|
||||
branches: master
|
||||
|
|
Loading…
Reference in New Issue