Skip to content

Commit

Permalink
Set env again
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Aug 18, 2024
1 parent 8fc35de commit ab5d80a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ jobs:
- name: Set some environment variables for CI containers pre-build
run: |
cp webapp/.env.test_e2e webapp/.env
echo "VUE_APP_API_URL=http://localhost:5001" >> .env
echo "PYDATALAB_TESTING=true" >> pydatalab/.env
- name: Build Docker images and cache them
uses: docker/bake-action@v5
Expand Down Expand Up @@ -167,12 +165,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Set some environment variables for CI containers pre-build
run: |
cp webapp/.env.test_e2e webapp/.env
echo "VUE_APP_API_URL=http://localhost:5001" >> .env
echo "PYDATALAB_TESTING=true" >> pydatalab/.env
- name: Load previously built Docker images
uses: docker/bake-action@v5
with:
Expand Down

0 comments on commit ab5d80a

Please sign in to comment.