-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b8a9ed
commit 79e9657
Showing
3 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: ci | ||
name: release | ||
on: | ||
push: | ||
branches: | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.0.0-test8 | ||
v0.0.0-test9 |