Skip to content

Commit 9786555

Browse files
committed
dump dfx to 0.26.0-beta.1
1 parent 4c1a588 commit 9786555

File tree

68 files changed

+115
-115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+115
-115
lines changed

.github/workflows/hosting-photo-storage-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
npm install
2828
npm run build
2929
# verify that frontend asset canister deploys
30-
dfx start --background --clean --pocketic
30+
dfx start --background
3131
dfx deploy
3232
popd
3333
hosting-photo-storage-linux:
@@ -43,6 +43,6 @@ jobs:
4343
npm install
4444
npm run build
4545
# verify that frontend asset canister deploys
46-
dfx start --background --clean --pocketic
46+
dfx start --background
4747
dfx deploy
4848
popd

.github/workflows/hosting-static-website-example.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: bash .github/workflows/provision-darwin.sh
2323
- name: Hosting Static Website Darwin
2424
run: |
25-
dfx start --background --clean --pocketic
25+
dfx start --background
2626
pushd hosting/static-website
2727
dfx deploy
2828
popd
@@ -34,7 +34,7 @@ jobs:
3434
run: bash .github/workflows/provision-linux.sh
3535
- name: Hosting Static Website Linux
3636
run: |
37-
dfx start --background --clean --pocketic
37+
dfx start --background
3838
pushd hosting/static-website
3939
dfx deploy
4040
popd

.github/workflows/hosting-unity-webgl-example.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: bash .github/workflows/provision-darwin.sh
2323
- name: Hosting Unity Webgl Darwin
2424
run: |
25-
dfx start --background --clean --pocketic
25+
dfx start --background
2626
pushd hosting/unity-webgl-template
2727
dfx deploy
2828
popd
@@ -34,7 +34,7 @@ jobs:
3434
run: bash .github/workflows/provision-linux.sh
3535
- name: Hosting Unity Webgl Linux
3636
run: |
37-
dfx start --background --clean --pocketic
37+
dfx start --background
3838
pushd hosting/unity-webgl-template
3939
dfx deploy
4040
popd

.github/workflows/motoko-basic-bitcoin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: ZenVoich/setup-mops@v1
2727
- name: Motoko Basic Bitcoin Darwin
2828
run: |
29-
dfx start --background --clean --pocketic
29+
dfx start --background
3030
pushd motoko/basic_bitcoin
3131
dfx deploy basic_bitcoin --argument '(variant { regtest })'
3232
popd
@@ -42,7 +42,7 @@ jobs:
4242
uses: ZenVoich/setup-mops@v1
4343
- name: Motoko Basic Bitcoin Linux
4444
run: |
45-
dfx start --background --clean --pocketic
45+
dfx start --background
4646
pushd motoko/basic_bitcoin
4747
dfx deploy basic_bitcoin --argument '(variant { regtest })'
4848
popd

.github/workflows/motoko-basic-dao-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: bash .github/workflows/provision-darwin.sh
2323
- name: Motoko DAO Darwin
2424
run: |
25-
dfx start --background --clean --pocketic
25+
dfx start --background
2626
pushd motoko/basic_dao
2727
dfx canister create basic_dao
2828
dfx build
@@ -39,7 +39,7 @@ jobs:
3939
run: bash .github/workflows/provision-linux.sh
4040
- name: Motoko DAO Linux
4141
run: |
42-
dfx start --background --clean --pocketic
42+
dfx start --background
4343
pushd motoko/basic_dao
4444
dfx canister create basic_dao
4545
dfx build

.github/workflows/motoko-canister-logs-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: bash .github/workflows/provision-darwin.sh
2323
- name: Motoko Canister Logs Darwin
2424
run: |
25-
dfx start --background --clean --pocketic
25+
dfx start --background
2626
pushd motoko/canister_logs
2727
make test
2828
popd
@@ -34,7 +34,7 @@ jobs:
3434
run: bash .github/workflows/provision-linux.sh
3535
- name: Motoko Canister Logs Linux
3636
run: |
37-
dfx start --background --clean --pocketic
37+
dfx start --background
3838
pushd motoko/canister_logs
3939
make test
4040
popd

.github/workflows/motoko-cert_var-example.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: bash .github/workflows/provision-darwin.sh
2323
- name: Motoko Certified Variable Darwin
2424
run: |
25-
dfx start --background --clean --pocketic
25+
dfx start --background
2626
pushd motoko/cert-var
2727
make test
2828
popd
@@ -34,7 +34,7 @@ jobs:
3434
run: bash .github/workflows/provision-linux.sh
3535
- name: Motoko Certified Variable Linux
3636
run: |
37-
dfx start --background --clean --pocketic
37+
dfx start --background
3838
pushd motoko/cert-var
3939
make test
4040
popd

.github/workflows/motoko-classes-example.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: bash .github/workflows/provision-darwin.sh
2323
- name: Motoko Classes Darwin
2424
run: |
25-
dfx start --background --clean --pocketic
25+
dfx start --background
2626
pushd motoko/classes
2727
make test
2828
popd
@@ -34,7 +34,7 @@ jobs:
3434
run: bash .github/workflows/provision-linux.sh
3535
- name: Motoko Classes Linux
3636
run: |
37-
dfx start --background --clean --pocketic
37+
dfx start --background
3838
pushd motoko/classes
3939
make test
4040
popd

.github/workflows/motoko-composite-query-example.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: bash .github/workflows/provision-darwin.sh
2424
- name: Motoko Composite Query Darwin
2525
run: |
26-
dfx start --background --clean --pocketic
26+
dfx start --background
2727
pushd motoko/composite_query
2828
make test
2929
popd
@@ -35,7 +35,7 @@ jobs:
3535
run: bash .github/workflows/provision-linux.sh
3636
- name: Motoko Composite Query Linux
3737
run: |
38-
dfx start --background --clean --pocketic
38+
dfx start --background
3939
pushd motoko/composite_query
4040
make test
4141
popd

.github/workflows/motoko-counter-example.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: bash .github/workflows/provision-darwin.sh
2323
- name: Motoko Counter Darwin
2424
run: |
25-
dfx start --background --clean --pocketic
25+
dfx start --background
2626
pushd motoko/counter
2727
make test
2828
popd
@@ -34,7 +34,7 @@ jobs:
3434
run: bash .github/workflows/provision-linux.sh
3535
- name: Motoko Counter Linux
3636
run: |
37-
dfx start --background --clean --pocketic
37+
dfx start --background
3838
pushd motoko/counter
3939
make test
4040
popd

0 commit comments

Comments
 (0)