Skip to content

Commit

Permalink
Add semaphore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly authored Sep 29, 2024
1 parent acea34d commit 966d26d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
version: v1.0
name: Run in Docker
name: Build snap in Docker
agent:
machine:
type: f1-standard-2
containers:
- name: main
image: 'registry.semaphoreci.com/node:10' # Your primary container where commands are run
- name: database
image: 'registry.semaphoreci.com/postgres:11'
image: 'yakshaveinc/snapcraft:core24' # Your primary container where commands are run

blocks:
- name: Hello World
task:
jobs:
- name: Test job
commands:
- checkout # Check out the code
- echo "Hello from my 'main' container"
- ls -la
- cd snapcrafting/yakshaveinc
- snapcraft

0 comments on commit 966d26d

Please sign in to comment.