Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit df233e5

Browse files
committed
modify gitpod
1 parent 2ac776a commit df233e5

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.gitpod.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ RUN pip install pipx
55
RUN pipx ensurepath
66

77
# Install algokit
8-
RUN pipx install algokit
8+
RUN pipx install algokit==1.3.0

.gitpod.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@ image:
22
file: .gitpod.Dockerfile
33
tasks:
44
- name: start localnet
5-
command: >
6-
gp sync-await algokit-upgrade &&
7-
algokit localnet start &&
8-
exit
9-
- name: upgrade algokit
10-
command: >
11-
pipx upgrade algokit &&
12-
gp sync-done algokit-upgrade &&
13-
exit
5+
command: algokit localnet start && exit
146
vscode:
157
extensions:
168
- ms-python.python

0 commit comments

Comments
 (0)