We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ac885 commit 92f647dCopy full SHA for 92f647d
cfsetup.yaml
@@ -52,10 +52,10 @@ stretch: &stretch
52
post-cache:
53
# build all packages (except macos and FIPS) and move them to /cfsetup/built_artifacts
54
- ./build-packages.sh
55
- # publish packages to linux repos
56
- # TODO TUN-6180: Uncomment this - make release-pkgs-linux
57
# release the packages built and moved to /cfsetup/built_artifacts
58
- make github-release-built-pkgs
+ # publish packages to linux repos
+ - make release-pkgs-linux
59
# handle FIPS separately so that we built with gofips compiler
60
github-fips-release-pkgs:
61
build_dir: *build_dir
0 commit comments