Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Denisenko <[email protected]>
  • Loading branch information
d2285 committed Dec 9, 2024
1 parent 173e9e6 commit bc19472
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/trdl_releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ jobs:
name: Perform deckhouse-cli release using trdl server
runs-on: ubuntu-latest
steps:
- name: Install dependency for linux-amd64 dist
env:
DEBIAN_FRONTEND: noninteractive
run: apt-get update && apt-get install -y apt-utils libbtrfs-dev file git gcc

- name: Setup Task
uses: arduino/setup-task@v2

- name: Setup git
run: |
git config --global url."https://gitlab-ci-token:${PRIVATE_REPO_TOKEN}@${PRIVATE_REPO}/".insteadOf https://${PRIVATE_REPO}/
git config --global --add safe.directory '*'
- name: Release
uses: werf/trdl-vault-actions/release@main
with:
Expand Down
4 changes: 0 additions & 4 deletions trdl.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
docker_image: registry.deckhouse.io/base_images/golang:1.23.1-bullseye@sha256:a24507d1a36fce86431198a979435dadb187e8d0ce0b5c181f46d6788d84a40f
commands:
- apt-get update && apt-get install -y apt-utils libbtrfs-dev file git gcc
- sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/bin
- git config --global url."https://gitlab-ci-token:${{ secrets.FOX_PRIVATE_TOKEN }}@fox.flant.com/".insteadOf https://fox.flant.com/
- git config --global --add safe.directory '*'
- task -o group -p build:dist:all version={{ .Tag }}
- cp -a ./dist/{{ .Tag }}/* /result

0 comments on commit bc19472

Please sign in to comment.