Skip to content

Commit

Permalink
wip: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Jun 4, 2024
1 parent 72a428a commit 632ad6c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ on:
options:
- "true"
- "false"
skip-test:
description: 'Skip test'
required: false
type: string
default: "false"
options:
- "true"
- "false"
plugin-version:
description: 'Plugin version'
required: false
Expand Down Expand Up @@ -144,6 +136,9 @@ jobs:

- name: Copy exe to image
run: |
pwd
ls -ltrh build
ls -ltrh build/executable
cp build/executable/* docker/app/kestra && chmod +x docker/app/kestra
# Docker setup
Expand Down

0 comments on commit 632ad6c

Please sign in to comment.