Skip to content

Commit

Permalink
test 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 23, 2024
1 parent 980291e commit 252f1c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
- 'SECURITY.md'

env:
TARGET_ENV: dev
TARGET_ENV: $GITHUB_REF_NAME
GH_TOKEN: ${{secrets.GH_API_TOKEN}}
GITHUB_TOKEN: ${{secrets.GH_API_TOKEN}}
OC_CLUSTER: ${{ vars.OPENSHIFT_CLUSTER }}
Expand All @@ -41,7 +41,7 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
environment: ${{TARGET_ENV}}
environment: $GITHUB_REF_NAME
steps:
# Runs commands using the runners shell
- name: Get variables
Expand All @@ -51,7 +51,7 @@ jobs:
echo "Environment: $TARGET_ENV OC_TARGET_PROJECT=$OC_TARGET_PROJECT"
echo "Environment: $TARGET_ENV JFROG_REPO_PATH=$JFROG_REPO_PATH"
echo "..."
gh variable list --env ${{TARGET_ENV}}
gh variable list --env $GITHUB_REF_NAME
env | sort
GenerateTag:
needs: [Setup]
Expand Down
3 changes: 2 additions & 1 deletion applications/scripts/datafix-ab#004.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ test2
test3
test4
test5
test6
test6
test7

0 comments on commit 252f1c3

Please sign in to comment.