Skip to content

Commit

Permalink
remove profiler and nightly-rerun docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
MRuecklCC committed Jul 19, 2022
1 parent a930711 commit c119499
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 78 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,3 @@ jobs:
- name: Push the lighthouse image (only on main)
run: docker push ${{env.docker_repository}}${{env.path_prefix}}-lighthouse:latest
if: ${{ github.ref == 'refs/heads/main' }}

- name: Build the nighly-rerun image
run: docker build -f dockerfile_nightly_rerun -t ${{env.docker_repository}}${{env.path_prefix}}-nightly_rerun:latest .

- name: Push the nighly-rerun image (only on main)
run: docker push ${{env.docker_repository}}${{env.path_prefix}}-nightly_rerun:latest
if: ${{ github.ref == 'refs/heads/main' }}
14 changes: 0 additions & 14 deletions dockerfile_nightly_rerun

This file was deleted.

9 changes: 0 additions & 9 deletions dockerfile_nightly_rerun.dockerignore

This file was deleted.

26 changes: 0 additions & 26 deletions dockerfile_profiler

This file was deleted.

10 changes: 0 additions & 10 deletions dockerfile_profiler.dockerignore

This file was deleted.

5 changes: 0 additions & 5 deletions start_nightly_rerun.sh

This file was deleted.

7 changes: 0 additions & 7 deletions start_profiler.sh

This file was deleted.

0 comments on commit c119499

Please sign in to comment.