Skip to content

Commit

Permalink
cicd: Az CLI login credentials TASK-5061
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Oct 6, 2023
1 parent 0728a3f commit 47c099e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
env:
KUBE_CONFIG: cat ~/.kube/config | base64
with:
args: get pods
-
kubectl -n cellbase-db port-forward services/cellbase-rs0-svc 27017:27017 &
args: kubectl -n cellbase-db port-forward services/cellbase-rs0-svc 27017:27017 &
- name: Install dependencies branches
run: |
if [ -f "./.github/workflows/scripts/get_same_branch.sh" ]; then
Expand Down

0 comments on commit 47c099e

Please sign in to comment.