Skip to content

Commit

Permalink
Bump Shellbase 0.9.20240909->0.9.20241111
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Nov 11, 2024
1 parent 23c4ba0 commit 0322ca5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: test
'on': push
env:
BASE_REL: 0.9.20240909
BASE_SRC: https://github.com/rdavid/shellbase/archive/refs/tags/v0.9.20240909.tar.gz # yamllint disable-line
BASE_REL: 0.9.20241111
BASE_SRC: https://github.com/rdavid/shellbase/archive/refs/tags/v0.9.20241111.tar.gz # yamllint disable-line
jobs:
test-linux:
strategy:
Expand Down
4 changes: 2 additions & 2 deletions app/install
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://github.com/rdavid/shellbase/
# shellcheck disable=SC2034,SC3043 # Uses local variables, appears unused.
readonly \
BASE_APP_VERSION=0.9.20240910 \
BASE_APP_VERSION=0.9.20241111 \
BASE_MIN_VERSION=0.9.20230606 \
DST=/usr/local/bin \
GOR=0.9.20240303 \
Expand All @@ -18,7 +18,7 @@ jq \
python3-dciclient \
tar \
which" \
SHR=0.9.20240909 \
SHR=0.9.20241111 \
USR=dci-openshift-app-agent \
YQR=4.44.3
readonly \
Expand Down

0 comments on commit 0322ca5

Please sign in to comment.