Skip to content

Commit

Permalink
fixing earthly step issue
Browse files Browse the repository at this point in the history
  • Loading branch information
defstream committed Jan 20, 2023
1 parent 3c882a7 commit 7e2ad80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/earthly.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: earthly

on:
push:
branches-ignore:
- 'v*'
pull_request:

name: earthly

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -26,7 +26,7 @@ jobs:
git checkout -b "$branch" || true
- name: setup ci
- run: sudo ./scripts/ci-setup.sh
run: sudo ./scripts/ci-setup.sh

- name: select satellite
run: earthly sat select pluto
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: ci


on:
push:
branches:
- main

name: ci

jobs:
build:
name: kickable - build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git checkout -b "$branch" || true
- name: setup ci
- run: sudo ./scripts/ci-setup.sh
run: sudo ./scripts/ci-setup.sh

- name: select satellite
run: earthly sat select neptune
Expand Down

0 comments on commit 7e2ad80

Please sign in to comment.