forked from Azure/draft
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add go dockerfile test and no modules (Azure#190)
- Loading branch information
1 parent
2d0380e
commit e5e9977
Showing
5 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# this file is generated using gen_integration.sh | ||
deployType: "Helm" | ||
languageType: "go" | ||
deployVariables: | ||
- name: "PORT" | ||
value: "8080" | ||
- name: "SERVICEPORT" | ||
value: "8080" | ||
- name: "APPNAME" | ||
value: "testapp" | ||
languageVariables: | ||
- name: "VERSION" | ||
value: "1.20" | ||
- name: "BUILDERVERSION" | ||
value: "null" | ||
- name: "PORT" | ||
value: "8080" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# this file is generated using gen_integration.sh | ||
deployType: "kustomize" | ||
languageType: "go" | ||
deployVariables: | ||
- name: "PORT" | ||
value: "8080" | ||
- name: "SERVICEPORT" | ||
value: "8080" | ||
- name: "APPNAME" | ||
value: "testapp" | ||
languageVariables: | ||
- name: "VERSION" | ||
value: "1.20" | ||
- name: "BUILDERVERSION" | ||
value: "null" | ||
- name: "PORT" | ||
value: "8080" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# this file is generated using gen_integration.sh | ||
deployType: "manifests" | ||
languageType: "go" | ||
deployVariables: | ||
- name: "PORT" | ||
value: "8080" | ||
- name: "SERVICEPORT" | ||
value: "8080" | ||
- name: "APPNAME" | ||
value: "testapp" | ||
languageVariables: | ||
- name: "VERSION" | ||
value: "1.20" | ||
- name: "BUILDERVERSION" | ||
value: "null" | ||
- name: "PORT" | ||
value: "8080" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters