Skip to content

Commit

Permalink
Update .nosana-ci.yml pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nosana-platform-dev[bot] authored Feb 27, 2023
1 parent 37c3fec commit 4f070d5
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .nosana-ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

nosana:
description: Solana hello world

Expand All @@ -12,16 +13,14 @@ jobs:
- name: build
commands:
- npm run build:program-rust
- ls -lah
artifacts:
- name: dist
path: ./dist/
- name: program
path: dist/program/helloworld.so

- name: deliver
commands:
- ls -lah /dist/dist/
- ls -lah
- ls program**
- ls /dist
- ls /dist/dist/program/
resources:
- name: dist
path: ./dist/
- name: program
path: dist

0 comments on commit 4f070d5

Please sign in to comment.