This commit is contained in:
@@ -40,10 +40,8 @@ jobs:
|
||||
# - name: Check java version
|
||||
# run: java -version
|
||||
- name: Set Env Var
|
||||
env:
|
||||
APP_TAG: ${{ steps.get_version.outputs.version }}
|
||||
run: |
|
||||
cat ./deployment.yml && export APP_TAG="${{ env.APP_TAG }}"
|
||||
cat ./deployment.yml && export APP_TAG="${{ steps.get_version.outputs.version }}"
|
||||
# export APP_TAG=$env.TAG
|
||||
# echo APP_TAG=${{ env.TAG }} |
|
||||
# export APP_NAME=${{ env.APP_NAME }} |
|
||||
|
||||
Reference in New Issue
Block a user