Skip to content

Commit

Permalink
Preemptive env export setting
Browse files Browse the repository at this point in the history
  • Loading branch information
nmearl committed Oct 19, 2023
1 parent 3cf23e6 commit 9872bbc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
- name: Checkout files in repo
uses: actions/checkout@main

- name: Export variables for image
run: |
ls -lrt
echo "export CDS_API_KEY=${{ secrets.CDS_API_KEY }}" >> postBuild
less postBuild
- name: Build and push the image to quay.io
uses: jupyterhub/repo2docker-action@master
with:
Expand All @@ -44,12 +50,6 @@ jobs:
env:
CDS_API_KEY: ${{ secrets.CDS_API_KEY }}

- name: Export variables for image
run: |
ls -lrt
echo "export CDS_API_KEY=${{ secrets.CDS_API_KEY }}" >> postBuild
less postBuild

# Lets us monitor disks getting full as images get bigger over time
- name: Show how much disk space is left
Expand Down

0 comments on commit 9872bbc

Please sign in to comment.