Skip to content

Commit

Permalink
ci: two less compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Jun 29, 2023
1 parent e7e862b commit 17d1ec0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/end2end_tests/images/trunk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ RUN git clone -b ${branch} --single-branch ${URL} . ; \
dart pub get ; \
dart compile exe ${BUILDDIR}/repo/bin/sshnp.dart -o ${BUILDDIR}/bin/sshnp ; \
dart compile exe ${BUILDDIR}/repo/bin/sshnpd.dart -o ${BUILDDIR}/bin/sshnpd ; \
dart compile exe ${BUILDDIR}/repo/bin/sshrv.dart -o ${BUILDDIR}/bin/sshrv ; \
dart compile exe ${BUILDDIR}/repo/bin/sshrvd.dart -o ${BUILDDIR}/bin/sshrvd ; \
dart compile exe ${BUILDDIR}/repo/bin/activate_cli.dart -o ${BUILDDIR}/bin/at_activate ;
dart compile exe ${BUILDDIR}/repo/bin/sshrv.dart -o ${BUILDDIR}/bin/sshrv ;
# dart compile exe ${BUILDDIR}/repo/bin/sshrvd.dart -o ${BUILDDIR}/bin/sshrvd ; \
# dart compile exe ${BUILDDIR}/repo/bin/activate_cli.dart -o ${BUILDDIR}/bin/at_activate ;

FROM atsigncompany/sshnp-e2e-base:latest

Expand Down

0 comments on commit 17d1ec0

Please sign in to comment.