Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Deployment and Operations
infra-azure-provisioning
Commits
65e12269
Commit
65e12269
authored
Oct 28, 2020
by
Kishore Battula
Browse files
Merge branch 'bug-fix-37' into 'master'
Bug Fix 37 See merge request
!48
parents
b9e597e7
c312639d
Changes
2
Hide whitespace changes
Inline
Side-by-side
devops/infra-prepare-stage.yml
View file @
65e12269
...
...
@@ -18,6 +18,7 @@ parameters:
forceRun
:
true
aksAgentSshPublicKeyFilename
:
'
azure-aks-node-ssh-key.pub'
aksGitOpsSshPrivateKeyFilename
:
'
azure-aks-gitops-ssh-key'
checkoutRepo
:
self
stages
:
...
...
@@ -25,6 +26,8 @@ stages:
displayName
:
'
Prepare'
jobs
:
-
template
:
infra-validate-job.yml
parameters
:
checkoutRepo
:
${{ parameters.checkoutRepo }}
-
${{ each environment in parameters.environments }}
:
...
...
devops/infra-validate-job.yml
View file @
65e12269
...
...
@@ -12,6 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
parameters
:
checkoutRepo
:
self
jobs
:
-
job
:
validate_job
displayName
:
Code Validation
...
...
@@ -22,9 +25,8 @@ jobs:
steps
:
# - checkout: InfraRepo
# persistCredentials: true
# condition: ne(variables.INFRA_REPO, '')
-
checkout
:
${{ parameters.checkoutRepo }}
persistCredentials
:
true
-
task
:
GoTool@0
displayName
:
'
Ensure
Golang'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment