Skip to content

Commit

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

0 comments on commit 3b58d72

Please sign in to comment.