Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cayod committed Oct 20, 2023
1 parent 1cb59e2 commit 8ff8bfa
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,6 @@ jobs:
GOOGLE_CLOUD_PROJECT: test-hubble-319619
BUCKET: us-central1-hubble-1pt5-dev-7db0e004-bucket

- name: Install Kubectl
uses: actions-hub/gcloud@master
env:
PROJECT_ID: test-hubble-319619
APPLICATION_CREDENTIALS: "${{ secrets.CREDS_TEST_HUBBLE }}"
COMPOSER_ENVIRONMENT: hubble-1pt5-dev
LOCATION: us-central1
with:
args: components install kubectl

- name: Update Airflow variables
uses: actions-hub/gcloud@master
env:
Expand All @@ -112,7 +102,7 @@ jobs:
COMPOSER_ENVIRONMENT: hubble-1pt5-dev
LOCATION: us-central1
with:
args: composer environments run $COMPOSER_ENVIRONMENT --location $LOCATION variables import -- gcsfuse/variables.json
args: components install kubectl && gcloud composer environments run $COMPOSER_ENVIRONMENT --location $LOCATION variables import -- gcsfuse/variables.json

promote-to-prod:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8ff8bfa

Please sign in to comment.