Skip to content

Commit

Permalink
test 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Oct 23, 2024
1 parent 9e89a54 commit 980291e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ env:
UGM_BUILD_REVISION: ${{vars.UGM_BUILD_REVISION}}

UGM_RELEASE_PREFIX: API_v
UGM_RELEASE_MESSAGE: Test
UGM_RELEASE_MESSAGE: "Development deployment"

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Setup:
# 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: ${{env.TARGET_ENV}}
environment: ${{TARGET_ENV}}
steps:
# Runs commands using the runners shell
- name: Get variables
Expand All @@ -51,12 +51,12 @@ 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 ${{env.TARGET_ENV}}
gh variable list --env ${{TARGET_ENV}}
env | sort
GenerateTag:
needs: [Setup]
runs-on: ubuntu-latest
environment: ${{env.TARGET_ENV}}
environment: dev
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
Build:
needs: [Setup,GenerateTag]
runs-on: ubuntu-latest
environment: ${{env.TARGET_ENV}}
environment: dev
steps:
- uses: actions/checkout@v4
- name: Build dotnetapp docker images
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 @@ -2,4 +2,5 @@ test1
test2
test3
test4
test5
test5
test6

0 comments on commit 980291e

Please sign in to comment.