removed project init from the ci and pinned update version
Signed-off-by: ekinbarut <ekinbarut@gmail.com>
This commit is contained in:
parent
4dfab6bf49
commit
2ed94758d8
@ -23,16 +23,12 @@ jobs:
|
|||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Project init
|
# You need to run `dagger project init` locally before and commit the cue.mod directory to the repository with its contents
|
||||||
uses: dagger/dagger-for-github@v2
|
|
||||||
# See all options at https://github.com/dagger/dagger-for-github
|
|
||||||
with:
|
|
||||||
args: project init
|
|
||||||
|
|
||||||
- name: Project update
|
- name: Project update
|
||||||
uses: dagger/dagger-for-github@v2
|
uses: dagger/dagger-for-github@v2
|
||||||
# See all options at https://github.com/dagger/dagger-for-github
|
|
||||||
with:
|
with:
|
||||||
|
version: 0.2
|
||||||
|
# To pin external dependencies, you can use `project update github.com/[package-source]@v[n]`
|
||||||
args: project update
|
args: project update
|
||||||
|
|
||||||
- name: Deploy to Netlify
|
- name: Deploy to Netlify
|
||||||
|
Reference in New Issue
Block a user