File tree Expand file tree Collapse file tree 1 file changed +0
-42
lines changed Expand file tree Collapse file tree 1 file changed +0
-42
lines changed Original file line number Diff line number Diff line change @@ -164,40 +164,6 @@ jobs:
164164 root : ~/project
165165 paths :
166166 - bin/driftctl_SHA256SUMS
167- publish-aur :
168- environment :
169- AUR_GIT :
ssh://[email protected] /driftctl-bin.git 170- docker :
171- - image : cimg/base:2020.01
172- steps :
173- - checkout
174- - attach_workspace :
175- at : ~/project
176- # Add ssh private key to allow access to AUR repository
177- # This key is bound to user snyk on AUR
178- - add_ssh_keys :
179- fingerprints :
180- - " 75:59:a3:1d:81:9a:0f:44:98:4c:78:33:db:e5:51:6a"
181- - run :
182- name : Bump package version
183- command : |
184- mkdir -p ~/.ssh
185- echo 'aur.archlinux.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEuBKrPzbawxA/k2g6NcyV5jmqwJ2s+zpgZGZ7tpLIcN' >> ~/.ssh/known_hosts
186- # Ensure ssh is properly configured
187- 188- git clone "${AUR_GIT}" driftctl-bin
189- cd driftctl-bin
190- git config user.name "snyk"
191- git config user.email [email protected] 192- cp ~/project/bin/driftctl_SHA256SUMS .
193- ./bump.sh "${CIRCLE_TAG}"
194- echo "--- PKGBUILD ---"
195- cat PKGBUILD
196- echo "--- .SRCINFO ---"
197- cat .SRCINFO
198- git add PKGBUILD .SRCINFO
199- git commit -m "Updated to version ${CIRCLE_TAG}"
200- git push
201167 release-docs :
202168 docker :
203169 - image : cimg/base:2020.01
@@ -371,14 +337,6 @@ workflows:
371337 only : /^v.*/
372338 branches :
373339 ignore : /.*/
374- - publish-aur :
375- requires :
376- - release
377- filters :
378- tags :
379- only : /^v.*/
380- branches :
381- ignore : /.*/
382340 - update-lambda :
383341 context : driftctl-version-lambda
384342 requires :
You can’t perform that action at this time.
0 commit comments