Skip to content

Commit 8f18033

Browse files
author
Aaron Roller
committed
using a docker action to clean AM-23/fast-build
1 parent 2766366 commit 8f18033

File tree

4 files changed

+1
-23
lines changed

4 files changed

+1
-23
lines changed

.github/actions/clean@local/Dockerfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/actions/clean@local/action.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/actions/clean@local/entrypoint.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/story.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ jobs:
88
build:
99
runs-on: self-hosted
1010
steps:
11-
- uses: JesseTG/rm
12-
with:
13-
path: '*'
11+
- uses: AutoModality/action-clean@master
1412
- uses: actions/checkout@v2
1513
- name: Package
1614
uses: AutoModality/action-package-debian-ros@v2.0.0

0 commit comments

Comments
 (0)