-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b542252
commit e6973dd
Showing
37 changed files
with
55 additions
and
55 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,6 @@ runs: | |
- name: Deprecation Warning | ||
shell: bash | ||
run: echo "::warning title=build-helm-chart/action.yml::This action is deprecated, use Alfresco/alfresco-build-tools/.github/actions/helm-build-chart instead." | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
chart-dir: ${{ inputs.chart-dir }} |
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ runs: | |
using: "composite" | ||
steps: | ||
- uses: actions/setup-python@v2 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
- id: next-prerelease-resolver | ||
run: ${{ github.action_path }}/next-prerelease.sh | ||
shell: bash | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ runs: | |
with: | ||
fetch-depth: 0 | ||
- name: Get branch name | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
- name: Publish | ||
run: ${{ github.action_path }}/publish_chart.sh | ||
shell: bash | ||
|
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 |
---|---|---|
|
@@ -85,14 +85,14 @@ runs: | |
password: ${{ inputs.docker_password }} | ||
- name: Get branch name | ||
uses: >- | ||
Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
- name: Get commit msg | ||
uses: >- | ||
Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
- name: Get a namespace to deploy on | ||
id: k8sns | ||
uses: >- | ||
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected].0 | ||
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected].1 | ||
with: | ||
branch_name: ${{ env.BRANCH_NAME }} | ||
release_prefix: ${{ inputs.release_prefix }} | ||
|
@@ -111,7 +111,7 @@ runs: | |
- name: Upload helm deployments logs as artifacts | ||
if: always() | ||
uses: >- | ||
Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
namespace: ${{ steps.k8sns.outputs.namespace }} | ||
- name: Uninstall Helm releases | ||
|
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 |
---|---|---|
|
@@ -37,7 +37,7 @@ runs: | |
using: composite | ||
steps: | ||
- name: Setup rancher | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
url: ${{ inputs.test-rancher-url }} | ||
access-key: ${{ inputs.test-rancher-access-key }} | ||
|
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 |
---|---|---|
|
@@ -110,7 +110,7 @@ runs: | |
fi | ||
- name: Commit changes | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
username: ${{ inputs.git-username }} | ||
add-options: . | ||
|
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 |
---|---|---|
|
@@ -44,21 +44,21 @@ runs: | |
run: | | ||
echo "VERSION=$VERSION" >> $GITHUB_ENV | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
id: check-tag | ||
with: | ||
tag: ${{ env.VERSION }} | ||
repository-directory: ${{ inputs.chart-repository-dir }} | ||
|
||
- name: Update chart version | ||
if: steps.check-tag.outputs.exists == 'false' | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
new-version: ${{ env.VERSION }} | ||
chart-repository-dir: ${{ inputs.chart-repository-dir }} | ||
chart-dir: ${{ inputs.chart-dir }} | ||
|
||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
if: steps.check-tag.outputs.exists == 'false' | ||
with: | ||
username: ${{ inputs.git-username }} | ||
|
@@ -75,7 +75,7 @@ runs: | |
- name: Package Helm Chart | ||
if: steps.check-tag.outputs.exists == 'false' | ||
id: package-helm-chart | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
chart-dir: ${{ inputs.chart-dir }} | ||
chart-repository-dir: ${{ inputs.chart-repository-dir }} | ||
|
@@ -88,7 +88,7 @@ runs: | |
|
||
- name: Publish Helm chart | ||
if: steps.check-tag.outputs.exists == 'false' | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
helm-charts-repo: ${{inputs.helm-repository}} | ||
helm-charts-repo-branch: ${{ inputs.helm-repository-branch }} | ||
|
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ inputs: | |
runs: | ||
using: composite | ||
steps: | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
- name: Update version | ||
shell: bash | ||
env: | ||
|
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 |
---|---|---|
|
@@ -75,7 +75,7 @@ runs: | |
- name: Update pom files to the new version | ||
id: update-pom-to-next-version | ||
if: github.event_name == 'push' | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
property-to-update: ${{ inputs.property-to-update }} | ||
maven-cli-opts: ${{ steps.compute-maven-options.outputs.result }} | ||
|
@@ -157,7 +157,7 @@ runs: | |
PUSH_OPTION: ${{ steps.define_docker_push.outputs.command }} | ||
TAG: ${{env.VERSION}} | ||
|
||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
if: github.event_name == 'push' | ||
with: | ||
username: ${{ inputs.git-username }} | ||
|
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 |
---|---|---|
|
@@ -67,7 +67,7 @@ runs: | |
path: '${{ env.REPO_DIR }}' | ||
token: ${{ inputs.github-token }} | ||
|
||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
id: check-tag | ||
with: | ||
tag: ${{ env.RELEASE_VERSION }} | ||
|
@@ -138,7 +138,7 @@ runs: | |
- name: Commit changes | ||
if: steps.check-tag.outputs.exists == 'false' | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
username: ${{ inputs.git-username }} | ||
add-options: -u | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ runs: | |
- name: Deprecation Warning | ||
shell: bash | ||
run: echo "::warning title=publish-helm-chart/action.yml::This action is deprecated, use Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart instead." | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
chart-package: ${{ inputs.chart-package }} | ||
helm-charts-repo: ${{ inputs.helm-charts-repo }} | ||
|
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 |
---|---|---|
|
@@ -70,7 +70,7 @@ runs: | |
echo "result=$RESULT" >> $GITHUB_OUTPUT | ||
- name: Get branch name | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
|
||
- name: Send slack notification | ||
id: slack | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ inputs: | |
runs: | ||
using: "composite" | ||
steps: | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
repo: norwoodj/helm-docs | ||
version: ${{ inputs.version }} |
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ inputs: | |
runs: | ||
using: "composite" | ||
steps: | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
repo: jenkins-x-plugins/jx-release-version | ||
version: ${{ inputs.version }} | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ inputs: | |
runs: | ||
using: "composite" | ||
steps: | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
repo: terraform-docs/terraform-docs | ||
version: ${{ inputs.version }} | ||
|
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 |
---|---|---|
|
@@ -28,13 +28,13 @@ runs: | |
- id: next-prerelease-resolver | ||
name: Calculate next internal release | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
next-version: ${{ steps.parse-next-final-version.outputs.result }} | ||
prerelease-type: ${{ inputs.prerelease-type }} | ||
|
||
- name: Update pom files to the new version | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
version: ${{ steps.next-prerelease-resolver.outputs.next-prerelease }} | ||
maven-cli-opts: ${{ inputs.maven-cli-opts }} | ||
|
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
version: ${{ steps.build.outputs.version }} | ||
steps: | ||
- run: echo "::warning title=build-and-tag-maven.yml::This reusable workflow is deprecated, use Alfresco/alfresco-build-tools/.github/actions/maven-build-and-tag instead." | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
id: build | ||
with: | ||
property-to-update: ${{ inputs.property-to-update }} | ||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- run: echo "::warning title=dependabot-auto-merge.yml::This reusable workflow is deprecated, use Alfresco/alfresco-build-tools/.github/actions/automate-dependabot instead." | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
merge-option: ${{ inputs.merge-option }} | ||
token: ${{ secrets.token }} |
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 |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
|
||
- id: next-release | ||
name: Calculate next internal release | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
next-version: ${{ inputs.next-version }} | ||
|
||
|
@@ -53,12 +53,12 @@ jobs: | |
echo "VERSION=$VERSION" >> $GITHUB_ENV | ||
- name: Update chart version | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
new-version: ${{env.VERSION}} | ||
chart-dir: ${{ inputs.chart-dir }} | ||
|
||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
username: ${{ secrets.BOT_GITHUB_USERNAME }} | ||
add-options: -u | ||
|
@@ -69,15 +69,15 @@ jobs: | |
|
||
- name: Package Helm Chart | ||
id: package-helm-chart | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
chart-dir: ${{ inputs.chart-dir }} | ||
|
||
- name: Push tag | ||
run: git push origin $VERSION | ||
|
||
- name: Publish Helm chart | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
helm-charts-repo: ${{ inputs.helm-charts-repo }} | ||
helm-charts-repo-branch: ${{ inputs.helm-charts-repo-branch }} | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- run: echo "::warning title=versions-propagation-auto-merge.yml::This reusable workflow is deprecated, use Alfresco/alfresco-build-tools/.github/actions/automate-propagation instead." | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
merge-option: ${{ inputs.merge-option }} | ||
auto-merge-token: ${{ secrets.BOT_GITHUB_TOKEN }} | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import: | ||
- source: Alfresco/alfresco-build-tools:[email protected].0 | ||
- source: Alfresco/alfresco-build-tools:[email protected].1 | ||
env: | ||
global: | ||
- AWS_IAM_AUTHENTICATOR_VERSION=${AWS_IAM_AUTHENTICATOR_VERSION:-1.21.2/2021-07-05} | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import: | ||
- source: Alfresco/alfresco-build-tools:[email protected].0 | ||
- source: Alfresco/alfresco-build-tools:[email protected].1 | ||
env: | ||
global: | ||
- HELM_DOCS_VERSION=${HELM_DOCS_VERSION:-1.10.0} | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import: | ||
- source: Alfresco/alfresco-build-tools:[email protected].0 | ||
- source: Alfresco/alfresco-build-tools:[email protected].0 | ||
- source: Alfresco/alfresco-build-tools:[email protected].1 | ||
- source: Alfresco/alfresco-build-tools:[email protected].1 | ||
branches: | ||
only: | ||
- develop | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import: | ||
- source: Alfresco/alfresco-build-tools:[email protected].0 | ||
- source: Alfresco/alfresco-build-tools:[email protected].1 | ||
env: | ||
global: | ||
- HELM_VERSION=${HELM_VERSION:-3.8.1} | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import: | ||
- source: Alfresco/alfresco-build-tools:[email protected].0 | ||
- source: Alfresco/alfresco-build-tools:[email protected].0 | ||
- source: Alfresco/alfresco-build-tools:[email protected].0 | ||
- source: Alfresco/alfresco-build-tools:[email protected].1 | ||
- source: Alfresco/alfresco-build-tools:[email protected].1 | ||
- source: Alfresco/alfresco-build-tools:[email protected].1 | ||
jobs: | ||
include: | ||
- name: build application | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import: | ||
- source: Alfresco/alfresco-build-tools:[email protected].0 | ||
- source: Alfresco/alfresco-build-tools:[email protected].0 | ||
- source: Alfresco/alfresco-build-tools:[email protected].1 | ||
- source: Alfresco/alfresco-build-tools:[email protected].1 | ||
before_script: | ||
- | | ||
if [[ "$TRAVIS_PULL_REQUEST" == "false" ]] | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import: | ||
- source: Alfresco/alfresco-build-tools:[email protected].0 | ||
- source: Alfresco/alfresco-build-tools:[email protected].1 | ||
before_install: | ||
- |- | ||
TOOL_VERSION=${JQ_VERSION:-1.6} | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import: | ||
- source: Alfresco/alfresco-build-tools:[email protected].0 | ||
- source: Alfresco/alfresco-build-tools:[email protected].1 | ||
env: | ||
global: | ||
- KEYCLOAK_VERSION=${KEYCLOAK_VERSION:-17.0.1} | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import: | ||
- source: Alfresco/alfresco-build-tools:[email protected].0 | ||
- source: Alfresco/alfresco-build-tools:[email protected].1 | ||
env: | ||
global: | ||
- KUBEPUG_VERSION=${KUBEPUG_VERSION:-1.3.2} | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import: | ||
- source: Alfresco/alfresco-build-tools:[email protected].0 | ||
- source: Alfresco/alfresco-build-tools:[email protected].1 | ||
env: | ||
global: | ||
- KUBERNETES_VERSION=${KUBERNETES_VERSION:-1.23.5} | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import: | ||
- source: Alfresco/alfresco-build-tools:[email protected].0 | ||
- source: Alfresco/alfresco-build-tools:[email protected].1 | ||
env: | ||
global: | ||
- RANCHER_CLI_VERSION=${RANCHER_CLI_VERSION:-2.6.0} | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import: | ||
- source: Alfresco/alfresco-build-tools:[email protected].0 | ||
- source: Alfresco/alfresco-build-tools:[email protected].1 | ||
before_install: | ||
- | | ||
mkdir -p $HOME/.kube && rancher cluster kubeconfig $CLUSTER_NAME > $HOME/.kube/config | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import: | ||
- source: Alfresco/alfresco-build-tools:[email protected].0 | ||
- source: Alfresco/alfresco-build-tools:[email protected].1 | ||
env: | ||
global: | ||
- TERRAFORM_DOCS_VERSION=${TERRAFORM_DOCS_VERSION:-0.16.0} | ||
|
Oops, something went wrong.