Skip to content

Commit

Permalink
Merge pull request #439 from MatrixAI/feature-docker-exec
Browse files Browse the repository at this point in the history
Updates to Docker execution
  • Loading branch information
CMCDragonkai authored Aug 11, 2022
2 parents e425469 + 275e47f commit e80624e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ integration:docker:
- >
nix-shell --arg ci true --run $'
image_and_tag="$(docker load --input ./builds/*docker* | cut -d\' \' -f3)";
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;
'
rules:
# Runs on staging commits and ignores version commits
Expand Down
2 changes: 1 addition & 1 deletion release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ in
mkdir -m 1777 tmp
'';
config = {
Cmd = [ "/bin/polykey" ];
Entrypoint = "/bin/polykey";
};
};
package = {
Expand Down

0 comments on commit e80624e

Please sign in to comment.