Skip to content

Commit

Permalink
Merge pull request #109 from bcgov/dev
Browse files Browse the repository at this point in the history
test 8.3
  • Loading branch information
DarylTodosichuk authored Oct 25, 2024
2 parents dc7c3eb + 571673b commit e859055
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env:
jobs:
Setup:
runs-on: ubuntu-latest
environment: test
environment: dev
steps:
- name: Get variables
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env:
jobs:
Setup:
runs-on: ubuntu-latest
environment: test
environment: main
steps:
- name: Get variables
run: |
Expand All @@ -55,7 +55,7 @@ jobs:
Branch:
needs: [Setup]
runs-on: ubuntu-latest
environment: dev
environment: main
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
PushVariables:
needs: [Setup,Branch,GenerateTag]
runs-on: ubuntu-latest
environment: test
environment: main
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
Branch:
needs: [Setup]
runs-on: ubuntu-latest
environment: dev
environment: test
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion applications/scripts/datafix-ab#008.sql
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
test 1
test 2
test 2
test 3

0 comments on commit e859055

Please sign in to comment.