Skip to content

Commit

Permalink
Update createiso.yml
Browse files Browse the repository at this point in the history
add placeholder steps
  • Loading branch information
seven62 authored Mar 29, 2021
1 parent 116f256 commit f9c8fd1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/createiso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: Create ROCK ISO
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ seven62-patch-1 ]
branches: [ master ]
pull_request:
branches: [ seven62-patch-1 ]
branches: [ master ]
schedule:
- cron: '0 7 * * mon' # every monday at 1am local

Expand All @@ -30,11 +30,18 @@ jobs:
uses: actions/checkout@v2
with:
ref: actions-centos

- name: Checking runner requirements
run: echo "checking local requirements" # local iso / git / ansible / etc

- name: Bootstrap to install dependencies
run: echo "running bootstrap"

- name: Execute master ISO script
run: echo "running master_iso"

- name: Generate checksums
run: echo "generating checksums"

- name: Upload artifacts to webserver
run: echo "uploading files"

0 comments on commit f9c8fd1

Please sign in to comment.