Skip to content

Commit

Permalink
build:fake pct
Browse files Browse the repository at this point in the history
  • Loading branch information
scarisey committed Jan 21, 2024
1 parent 74cc80a commit 7220b52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
java-version: openjdk@1.17
- name: Create executable
run: |
export PATH=$PATH:./bin
sbt --client 'nativeImageRunAgent " status -d ./src/test/resources/containers.json"' || true
sbt --client 'nativeImageRunAgent " parse -d ./src/test/resources/containers.json"'
sbt --client 'nativeImage'
Expand Down
3 changes: 3 additions & 0 deletions bin/pct
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

true

0 comments on commit 7220b52

Please sign in to comment.