Skip to content

Commit

Permalink
remove branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
nirajCITZ committed Sep 15, 2023
1 parent c264a58 commit 88190ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aps-cypress-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- name: Build GWA API Image
run: |
git clone https://github.com/bcgov/gwa-api.git -b dev
git clone https://github.com/bcgov/gwa-api.git
cd gwa-api/microservices/gatewayApi
docker build -t gwa-api:e2e .
Expand All @@ -29,7 +29,7 @@ jobs:

- name: Checkout Source Repository
run: |
git clone https://github.com/bcgov/gwa-cli.git -b dev
git clone https://github.com/bcgov/gwa-cli.git
cd gwa-cli
- name: Setup Go
Expand Down

0 comments on commit 88190ba

Please sign in to comment.