diff --git a/build-publish.yml b/build-publish.yml index 2428d35..1822495 100644 --- a/build-publish.yml +++ b/build-publish.yml @@ -75,7 +75,7 @@ jobs: - template: pipeline-templates/linux-build-steps.yml - task: AzureKeyVault@2 inputs: - azureSubscription: 'OneIdentity.RD.SBox.Safeguard-ServiceConnection' + azureSubscription: 'SafeguardOpenSource' KeyVaultName: 'SafeguardBuildSecrets' SecretsFilter: 'DockerHubAccessToken,DockerHubPassword' displayName: 'Get Docker Hub Access Token from Sandbox Azure Key Vault' @@ -109,7 +109,7 @@ jobs: - template: pipeline-templates/linux-build-steps.yml - task: AzureKeyVault@2 inputs: - azureSubscription: 'OneIdentity.RD.SBox.Safeguard-ServiceConnection' + azureSubscription: 'SafeguardOpenSource' KeyVaultName: 'SafeguardBuildSecrets' SecretsFilter: 'DockerHubAccessToken,DockerHubPassword' displayName: 'Get Docker Hub Access Token from Sandbox Azure Key Vault' diff --git a/pipeline-templates/global-variables.yml b/pipeline-templates/global-variables.yml index 301be94..b15445c 100644 --- a/pipeline-templates/global-variables.yml +++ b/pipeline-templates/global-variables.yml @@ -12,9 +12,9 @@ # azure pipeline Reached heap limit Allocation failed - JavaScript heap out of memory The command "npm install" exited with code 134 variables: - name: semanticVersion - value: "8.0.0" + value: "8.2.0" - name: isPrerelease - value: ${{ true }} + value: ${{ false }} - name: isReleaseBranch value: $[ or( eq(variables['Build.SourceBranch'], 'refs/heads/master'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release-') ) ] - name: NODE_OPTIONS