Skip to content

Commit

Permalink
More CCI fixes (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech authored Jan 10, 2023
1 parent 63ddcda commit 57318b8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ workflows:
jobs:
- test
- gor/release:
name: goreleaser-snapshot
version: "1.14.1"
go-version: "1.19.4"
dry-run: true
Expand All @@ -39,7 +40,7 @@ workflows:
- "dist"
- test-with-images:
requires:
- gor/release
- goreleaser-snapshot
matrix:
parameters:
image:
Expand All @@ -49,10 +50,10 @@ workflows:
- macos
- test-with-windows:
requires:
- gor/release
- goreleaser-snapshot
- functional-tests:
requires:
- gor/release
- goreleaser-snapshot
release-wf:
jobs:
- test:
Expand All @@ -63,6 +64,7 @@ workflows:
# SemVer regex
only: /^v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
- gor/release:
name: goreleaser-publish
version: "1.14.1"
go-version: "1.19.4"
filters: *semverFilters
Expand All @@ -74,7 +76,7 @@ workflows:
context: goreleaser-ctx
- deb-publish:
requires:
- gor/release
- goreleaser-publish
filters: *semverFilters

jobs:
Expand Down Expand Up @@ -153,6 +155,7 @@ jobs:
at: .
- add_ssh_keys
- run: |
mkdir -p ~/.ssh
echo 'pkg.atl.revidian.net ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE16slz1okRPeUhxIpzBCn9rHqjk51ylxEYlYXvblswcxOQ0rPyAX6N8Bd2pnsh99xce/jaX2KJHPLPCc+zAXTg= root@li361-16' >> ~/.ssh/known_hosts
- run: |
ssh [email protected] "mkdir ~/incoming/warden-${CIRCLE_TAG}"
Expand Down

0 comments on commit 57318b8

Please sign in to comment.