Merge pull request 'actions: cron: create /srv/example/cron/contexts first' (#182) from earl-warren/end-to-end:wip-cron into main
Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/182 Reviewed-by: thefox <thefox@noreply.code.forgejo.org>
This commit is contained in:
commit
c6cd39b074
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,6 @@ jobs:
|
|||
options: "--volume /srv/example:/srv/example"
|
||||
|
||||
steps:
|
||||
- run: |
|
||||
touch /srv/example/cron-volume/DONE
|
||||
|
||||
- name: save context
|
||||
run: |
|
||||
d=/srv/example/cron/contexts/$GITHUB_EVENT_NAME
|
||||
|
@ -20,3 +17,6 @@ jobs:
|
|||
cat > $d/github <<'EOF'
|
||||
${{ toJSON(github) }}
|
||||
EOF
|
||||
|
||||
- run: |
|
||||
touch /srv/example/cron-volume/DONE
|
||||
|
|
Loading…
Add table
Reference in a new issue