Skip to content

Commit

Permalink
v0.0.0-test9
Browse files Browse the repository at this point in the history
  • Loading branch information
jackieli-tes committed Oct 22, 2024
1 parent 7b8a9ed commit 79e9657
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: release
on:
push:
branches:
Expand All @@ -13,11 +13,14 @@ jobs:
release:
runs-on: [ubuntu-latest]
steps:
- name: Get version
id: vars
run: echo "version=$(cat VERSION)" >> $GITHUB_OUTPUT
- name: Clone envs from gitlab
run: |
git clone https://gitlab-ci-token:${{ secrets.GITLAB_CR_PAT }}@gitlab.com/target-digital-transformation/environment-store.git .
git checkout ${{ steps.vars.outputs.version }}
git remote set-url origin [email protected]:tespkg/enva-release
- name: Set up Go
uses: actions/setup-go@v5
- name: Run GoReleaser
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# enva release

This repo is for TES environment agent (enva) release.

## How to push rebuild

1. change version content to the latest tag from https://gitlab.com/target-digital-transformation/environment-store/
2. push and trigger the release
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.0-test8
v0.0.0-test9

0 comments on commit 79e9657

Please sign in to comment.