Move emit_telemetry out of entrypoint
Docker / build (push) Has been cancelled

Prepare for emit_telemetry to be invoked as an alternative entrypoint,
rather than as the last command in entrypoint.sh
This commit is contained in:
Jess Bees
2022-03-23 14:08:29 -04:00
parent ead53d0c8a
commit 3b1cf2975b
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ ENV LANGUAGE en_US.UTF-8
ENV LC_ALL en_US.UTF-8
COPY entrypoint.sh /entrypoint.sh
COPY bin/emit_telemetry /emit_telemetry
COPY emit_telemetry /emit_telemetry
ENTRYPOINT ["/entrypoint.sh"]
-2
View File
@@ -35,5 +35,3 @@ fi
cd "$PAGES_GEM_HOME"
$GITHUB_PAGES build "$VERBOSE" "$FUTURE" --source "$SOURCE_DIRECTORY" --destination "$DESTINATION_DIRECTORY"
/emit_telemetry