File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
vscode4teaching-extension Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
- " ./mvnw clean package -B -q"
16
16
after_script :
17
17
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
18
- - docker build -t ivchicano/vscode4teaching-server:0.4.0 .
18
+ - docker build -t ivchicano/vscode4teaching-server:1.0.15 .
19
19
- docker build -t ivchicano/vscode4teaching-server:latest .
20
- - docker push ivchicano/vscode4teaching-server:0.4.0
20
+ - docker push ivchicano/vscode4teaching-server:1.0.15
21
21
- docker push ivchicano/vscode4teaching-server:latest
22
22
- language : node_js
23
23
os :
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Visit this [Medium blog](https://medium.com/@ivchicano) for updates on the devel
27
27
![ Teacher gets sharing code for course] ( readme_resources/teacher_sharing_code.gif )
28
28
6 . Students install the extension and sign up:
29
29
![ Student signs up] ( readme_resources/student_signs_up.gif )
30
- 7 . Students use the code from the teacher to access the course:
30
+ 7 . Students use the code from the teacher to access the course:
31
31
![ Student downloads course and exercise] ( readme_resources/student_gets_course.gif )
32
32
8 . Students start solving the exercise:
33
33
![ Students solving exercise] ( readme_resources/student_solving_exercise.gif )
Original file line number Diff line number Diff line change 12
12
},
13
13
"displayName" : " VS Code 4 Teaching" ,
14
14
"description" : " Bring the programming exercises directly to the student’s editor." ,
15
- "version" : " 1.0.14 " ,
15
+ "version" : " 1.0.15 " ,
16
16
"engines" : {
17
17
"vscode" : " ^1.43.0"
18
18
},
Original file line number Diff line number Diff line change 4
4
echo " Waiting for database connection..."
5
5
sleep 5
6
6
done
7
- java -jar /app/vscode4teaching-server-1.0.0 .jar
7
+ java -jar /app/vscode4teaching-server-1.0.15 .jar
Original file line number Diff line number Diff line change 11
11
</parent >
12
12
<groupId >com.vscode4teaching</groupId >
13
13
<artifactId >vscode4teaching-server</artifactId >
14
- <version >1.0.0 </version >
14
+ <version >1.0.15 </version >
15
15
<name >VSCode 4 Teaching</name >
16
16
<description >Server side of VSCode 4 Teaching extension.</description >
17
17
You can’t perform that action at this time.
0 commit comments