Skip to content

Commit

Permalink
test trdl v0.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Denisenko <[email protected]>
  • Loading branch information
d2285 committed Dec 13, 2024
1 parent e156305 commit 146bab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trdl_releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Release
uses: werf/trdl-vault-actions/release@main
with:
git-tag: ${{ github.event.ref }}
git-tag: ${{ github.ref_name }}
vault-addr: ${{ secrets.TRDL_VAULT_ADDR }}
project-name: deckhouse-cli
vault-auth-method: approle
Expand Down
1 change: 1 addition & 0 deletions d8-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ installBinary() {
set +e
local output
local rc
echo $D8_TMP $OS $ARCH $INSTALL_DIR
output=$(install "$D8_TMP/$OS-$ARCH/d8" "$INSTALL_DIR" 2>&1)
rc=$?
if [ "$rc" -ne 0 ]; then
Expand Down

0 comments on commit 146bab2

Please sign in to comment.