We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e425469 + 275e47f commit e80624eCopy full SHA for e80624e
2 files changed
.gitlab-ci.yml
@@ -339,7 +339,7 @@ integration:docker:
339
- >
340
nix-shell --arg ci true --run $'
341
image_and_tag="$(docker load --input ./builds/*docker* | cut -d\' \' -f3)";
342
- PK_TEST_COMMAND="docker run \$DOCKER_OPTIONS $image_and_tag /bin/polykey" npm run test -- tests/bin;
+ PK_TEST_COMMAND="docker run \$DOCKER_OPTIONS $image_and_tag" npm run test -- tests/bin;
343
'
344
rules:
345
# Runs on staging commits and ignores version commits
release.nix
@@ -80,7 +80,7 @@ in
80
mkdir -m 1777 tmp
81
'';
82
config = {
83
- Cmd = [ "/bin/polykey" ];
+ Entrypoint = "/bin/polykey";
84
};
85
86
package = {
0 commit comments