Skip to content

Commit 05a4170

Browse files
committed
renamed student-soc to app
1 parent c54e735 commit 05a4170

146 files changed

Lines changed: 35 additions & 7 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ pipeline {
3333
env.IMAGE_TAG = "${IMAGE_NAME}:${COMMIT_SHA}"
3434
env.LATEST_TAG = "${IMAGE_NAME}:latest"
3535

36-
// Build from the student-soc directory
36+
// Build from the app directory
3737
sh """
38-
cd student-soc
38+
cd app
3939
docker build -t ${IMAGE_TAG} -t ${LATEST_TAG} .
4040
"""
4141
}
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "student-soc",
2+
"name": "app",
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {

0 commit comments

Comments
 (0)