Skip to content

Commit

Permalink
semaphore-snap: Change entrypoint to run ls -la
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly authored Sep 29, 2024
1 parent 966d26d commit 3c32cc9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ agent:
containers:
- name: main
image: 'yakshaveinc/snapcraft:core24' # Your primary container where commands are run
entrypoint: /bin/bash

blocks:
- name: Hello World
- name: snap build and push
task:
jobs:
- name: Test job
- name: Build snap
commands:
- ls -la
- cd snapcrafting/yakshaveinc
Expand Down

0 comments on commit 3c32cc9

Please sign in to comment.