Skip to content

Commit

Permalink
test 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 23, 2024
1 parent 252f1c3 commit 7713540
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 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: $GITHUB_REF_NAME
TARGET_ENV: dev
GH_TOKEN: ${{secrets.GH_API_TOKEN}}
GITHUB_TOKEN: ${{secrets.GH_API_TOKEN}}
OC_CLUSTER: ${{ vars.OPENSHIFT_CLUSTER }}
Expand All @@ -41,17 +41,16 @@ 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: $GITHUB_REF_NAME
environment: dev
steps:
# Runs commands using the runners shell
- name: Get variables
run: |
echo "target=$TARGET_ENV"
echo "base=$GITHUB_REF_NAME"
echo "base=${{env.TARGET_ENV}}"
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 $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 @@ -4,4 +4,5 @@ test3
test4
test5
test6
test7
test7
test8

0 comments on commit 7713540

Please sign in to comment.