Skip to content

Commit

Permalink
Removed unnecessary steps in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Jan 31, 2025
1 parent de5c81c commit 57bcbd5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ jobs:
docker load --input ${{ runner.temp }}/iriswebapp_db.tar
docker load --input ${{ runner.temp }}/iriswebapp_nginx.tar
docker load --input ${{ runner.temp }}/iriswebapp_app.tar
docker image ls -a
- name: Check out iris
uses: actions/checkout@v4
- name: Create .env file
Expand Down Expand Up @@ -164,7 +163,6 @@ jobs:
docker load --input ${{ runner.temp }}/iriswebapp_db.tar
docker load --input ${{ runner.temp }}/iriswebapp_nginx.tar
docker load --input ${{ runner.temp }}/iriswebapp_app.tar
docker image ls -a
- name: Check out iris
uses: actions/checkout@v4
- name: Create .env file
Expand Down Expand Up @@ -200,7 +198,6 @@ jobs:
docker load --input ${{ runner.temp }}/iriswebapp_db.tar
docker load --input ${{ runner.temp }}/iriswebapp_nginx.tar
docker load --input ${{ runner.temp }}/iriswebapp_app.tar
docker image ls -a
- name: Check out iris
uses: actions/checkout@v4
- name: Create .env file
Expand Down

0 comments on commit 57bcbd5

Please sign in to comment.