Skip to content

Commit

Permalink
Shellcheck fix and disable release on patch
Browse files Browse the repository at this point in the history
  • Loading branch information
cveticm committed Jan 29, 2025
1 parent f9e84e2 commit ada010d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build/ci/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ functions:
tasks:
- name: package_goreleaser
tags: ["packaging"]
# depends_on:
# - name: compile
# variant: "code_health"
depends_on:
- name: compile
variant: "code_health"
commands:
- func: "generate notices"
- func: "install goreleaser"
Expand Down Expand Up @@ -170,7 +170,7 @@ tasks:
buildvariants:
- name: release
display_name: "Release AtlasCLI Plugin Kubernetes (goreleaser)"
# git_tag_only: true
git_tag_only: true
run_on:
- rhel90-small
expansions:
Expand Down
2 changes: 0 additions & 2 deletions build/package/windows_notarize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

set -Eeou pipefail

VERSION_GIT="$(git tag --list "v*" --sort=taggerdate | tail -1 | cut -d "v" -f 2)"

EXE_FILE="./dist/windows_windows_amd64_v1/atlas-cli-plugin-kubernetes.exe"

if [[ -f "$EXE_FILE" ]]; then
Expand Down

0 comments on commit ada010d

Please sign in to comment.