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