Skip to content

Commit

Permalink
chore: housekeeping
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Apr 5, 2024
1 parent b3fc170 commit 79b3de0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 59 deletions.
1 change: 1 addition & 0 deletions .github/workflows/devcontainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ concurrency:

jobs:
devcontainer:
if: ${{ github.repository == 'onedr0p/cluster-template' }}
name: publish
runs-on: ubuntu-latest
permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ concurrency:

jobs:
configure:
if: ${{ github.repository == 'onedr0p/cluster-template' }}
name: configure
runs-on: ubuntu-latest
strategy:
Expand Down
56 changes: 0 additions & 56 deletions .github/workflows/lychee.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
release:
if: ${{ github.repository == 'onedr0p/cluster-template' }}
name: Release
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 0 additions & 2 deletions .lycheeignore

This file was deleted.

4 changes: 4 additions & 0 deletions .taskfiles/Repository/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ tasks:
clean:
desc: Clean files and directories no longer needed after cluster bootstrap
cmds:
- mkdir -p {{.PRIVATE_DIR}}
# Clean up CI
- rm -rf {{.ROOT_DIR}}/.github/tests
- rm -rf {{.ROOT_DIR}}/.github/workflows/e2e.yaml
# Clean up devcontainer
- rm -rf {{.ROOT_DIR}}/.devcontainer/ci
- rm -rf {{.ROOT_DIR}}/.github/workflows/devcontainer.yaml
# Move bootstrap directory to gitignored directory
- mv {{.BOOTSTRAP_DIR}} {{.PRIVATE_DIR}}/bootstrap-{{now | date "150405"}}
- mv {{.MAKEJINJA_CONFIG_FILE}} {{.PRIVATE_DIR}}/makejinja-{{now | date "150405"}}.toml
Expand Down
1 change: 0 additions & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ tasks:
init:
desc: Initialize configuration files
cmds:
- mkdir -p {{.PRIVATE_DIR}}
- cp -n {{.BOOTSTRAP_CONFIG_FILE | replace ".yaml" ".sample.yaml"}} {{.BOOTSTRAP_CONFIG_FILE}}
- cmd: echo === Configuration file copied ===
silent: true
Expand Down

0 comments on commit 79b3de0

Please sign in to comment.