Skip to content

Commit

Permalink
refactor(ci): disassemble and reorganize ci/cirrus-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Dec 18, 2023
1 parent cebe9d9 commit 9a977c3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ jobs:
pw user add -n tester -g tester -s `which bash`
pw user mod tester -d `pwd`
chown -R tester .
sudo -u tester bash ci/cirrus-templates/script.bash
sudo -u tester bash ci/freebsd/script.bash
# This is ci/actions-templates/centos-fmt-clippy.yaml
# Do not edit this file in .github/workflows
Expand Down
2 changes: 1 addition & 1 deletion ci/actions-templates/freebsd-builds-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs: # skip-all
pw user add -n tester -g tester -s `which bash`
pw user mod tester -d `pwd`
chown -R tester .
sudo -u tester bash ci/cirrus-templates/script.bash
sudo -u tester bash ci/freebsd/script.bash
16 changes: 0 additions & 16 deletions ci/cirrus-templates/freebsd.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions ci/cirrus-templates/gen-workflows.sh

This file was deleted.

File renamed without changes.

0 comments on commit 9a977c3

Please sign in to comment.