💾 Archived View for source.community › jeffdecola › my-go-tools › blob › develop › ci › set-pipeline… captured on 2024-02-05 at 10:00:18. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-07-10)
-=-=-=-=-=-=-
. ,-. ,-. . . ,-. ,-. ,-. ,-. ,-. ,-,-. ,-,-. . . ,-. . |- . . `-. | | | | | | |-' | | | | | | | | | | | | | | | | | `-' `-' `-^ ' `-' `-' :: `-' `-' ' ' ' ' ' ' `-^ ' ' ' `' `-| /| `-'
git clone https://source.community/jeffdecola/my-go-tools.git
View raw contents of /ci/set-pipeline.sh (develop)
────╮ 1│ #!/bin/bash 2│ # my-go-tools set-pipeline.sh 3│ 4│ echo " " 5│ echo "Set pipeline on target jeffs-ci-target which is team jeffs-ci-team" 6│ fly --target jeffs-ci-target \ 7│ set-pipeline \ 8│ --pipeline my-go-tools \ 9│ --config pipeline.yml \ 10│ --load-vars-from ../../../.credentials.yml \ 11│ --check-creds 12│ echo " " ────╯
· · ·
© 2024 source.community