Skip to content

Commit

Permalink
ci: bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Sep 12, 2023
1 parent 3b58d72 commit 5402cde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/end2end_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -563,12 +563,12 @@ jobs:
cat service-container-sshnp.yaml >> docker-compose.yaml
echo ' image: atsigncompany/sshnp-e2e-runtime:local' >> docker-compose.yaml
echo ' depends_on:' >> docker-compose.yaml
echo ' - image-runtime-local:' >> docker-compose.yaml
echo ' - container-sshnpd:' >> docker-compose.yaml
echo ' - image-runtime-local' >> docker-compose.yaml
echo ' - container-sshnpd' >> docker-compose.yaml
cat service-container-sshnpd.yaml >> docker-compose.yaml
echo ' image: atsigncompany/sshnp-e2e-runtime:local' >> docker-compose.yaml
echo ' depends_on:' >> docker-compose.yaml
echo ' - image-runtime-local:' >> docker-compose.yaml
echo ' - image-runtime-local' >> docker-compose.yaml
- name: docker-compose.yaml
if: always()
Expand Down

0 comments on commit 5402cde

Please sign in to comment.