Skip to content

Commit

Permalink
fix: jq tool does not need to be untarred
Browse files Browse the repository at this point in the history
  • Loading branch information
gicappa committed Jan 24, 2022
1 parent 38bba7d commit cf17f18
Show file tree
Hide file tree
Showing 21 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/Alfresco/alfresco-build-tools
rev: v1.1.8
rev: v1.1.9
hooks:
- id: travis-yml-lint
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
2 changes: 1 addition & 1 deletion .travis.aws-iam-authenticator_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:[email protected].8
- source: Alfresco/alfresco-build-tools:[email protected].9
env:
global:
- AWS_IAM_AUTHENTICATOR_VERSION=${AWS_IAM_AUTHENTICATOR_VERSION:-1.21.2/2021-07-05}
Expand Down
2 changes: 1 addition & 1 deletion .travis.docker.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# DEPRECATED
import: Alfresco/alfresco-build-tools:[email protected].8
import: Alfresco/alfresco-build-tools:[email protected].9
2 changes: 1 addition & 1 deletion .travis.dockermulti.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# DEPRECATED
import: Alfresco/alfresco-build-tools:[email protected].8
import: Alfresco/alfresco-build-tools:[email protected].9
2 changes: 1 addition & 1 deletion .travis.helm-docs_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:[email protected].8
- source: Alfresco/alfresco-build-tools:[email protected].9
env:
global:
- HELM_DOCS_VERSION=${HELM_DOCS_VERSION:-1.5.0}
Expand Down
4 changes: 2 additions & 2 deletions .travis.helm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import:
- source: Alfresco/alfresco-build-tools:[email protected].8
- source: Alfresco/alfresco-build-tools:[email protected].8
- source: Alfresco/alfresco-build-tools:[email protected].9
- source: Alfresco/alfresco-build-tools:[email protected].9
branches:
only:
- develop
Expand Down
2 changes: 1 addition & 1 deletion .travis.helm_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:[email protected].8
- source: Alfresco/alfresco-build-tools:[email protected].9
env:
global:
- HELM_VERSION=${HELM_VERSION:-3.7.2}
Expand Down
6 changes: 3 additions & 3 deletions .travis.java.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import:
- source: Alfresco/alfresco-build-tools:[email protected].8
- source: Alfresco/alfresco-build-tools:[email protected].8
- source: Alfresco/alfresco-build-tools:[email protected].8
- source: Alfresco/alfresco-build-tools:[email protected].9
- source: Alfresco/alfresco-build-tools:[email protected].9
- source: Alfresco/alfresco-build-tools:[email protected].9
jobs:
include:
- name: build application
Expand Down
4 changes: 2 additions & 2 deletions .travis.java_docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import:
- source: Alfresco/alfresco-build-tools:[email protected].8
- source: Alfresco/alfresco-build-tools:[email protected].8
- source: Alfresco/alfresco-build-tools:[email protected].9
- source: Alfresco/alfresco-build-tools:[email protected].9
before_script:
- |
if [[ "$TRAVIS_PULL_REQUEST" == "false" ]]
Expand Down
4 changes: 2 additions & 2 deletions .travis.jq_install.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import:
- source: Alfresco/alfresco-build-tools:[email protected].8
- source: Alfresco/alfresco-build-tools:[email protected].9
before_install:
- |-
TOOL_VERSION=${JQ_VERSION:-1.6}
TOOL_NAME=jq
TOOL_REPO=stedolan/$TOOL_NAME
curl -fsSL https://github.com/${TOOL_REPO}/releases/download/jq-${TOOL_VERSION}/jq-linux64 | tar xz
curl -fsSL https://github.com/${TOOL_REPO}/releases/download/jq-${TOOL_VERSION}/jq-linux64
mv jq-linux64 $HOME/bin/$TOOL_NAME
echo $($TOOL_NAME --version)
2 changes: 1 addition & 1 deletion .travis.kcadm_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:[email protected].8
- source: Alfresco/alfresco-build-tools:[email protected].9
env:
global:
- KEYCLOAK_VERSION=${KEYCLOAK_VERSION:-15.0.2-patch}
Expand Down
2 changes: 1 addition & 1 deletion .travis.kubepug_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:[email protected].8
- source: Alfresco/alfresco-build-tools:[email protected].9
env:
global:
- KUBEPUG_VERSION=${KUBEPUG_VERSION:-1.3.2}
Expand Down
6 changes: 3 additions & 3 deletions .travis.kubernetes.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import:
- source: Alfresco/alfresco-build-tools:[email protected].8
- source: Alfresco/alfresco-build-tools:[email protected].8
- source: Alfresco/alfresco-build-tools:[email protected].8
- source: Alfresco/alfresco-build-tools:[email protected].9
- source: Alfresco/alfresco-build-tools:[email protected].9
- source: Alfresco/alfresco-build-tools:[email protected].9
env:
global:
- HELM_RELEASE_NAME=${HELM_RELEASE_NAME:-aae}
Expand Down
2 changes: 1 addition & 1 deletion .travis.kubernetes_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:[email protected].8
- source: Alfresco/alfresco-build-tools:[email protected].9
env:
global:
- KUBERNETES_VERSION=${KUBERNETES_VERSION:-1.21.7}
Expand Down
2 changes: 1 addition & 1 deletion .travis.library.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# DEPRECATED
import: Alfresco/alfresco-build-tools:[email protected].8
import: Alfresco/alfresco-build-tools:[email protected].9
2 changes: 1 addition & 1 deletion .travis.rancher_cli_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:[email protected].8
- source: Alfresco/alfresco-build-tools:[email protected].9
env:
global:
- RANCHER_CLI_VERSION=${RANCHER_CLI_VERSION:-2.6.0}
Expand Down
2 changes: 1 addition & 1 deletion .travis.rancher_cli_kubernetes_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:[email protected].8
- source: Alfresco/alfresco-build-tools:[email protected].9
before_install:
- |
mkdir -p $HOME/.kube && rancher cluster kubeconfig $CLUSTER_NAME > $HOME/.kube/config
Expand Down
2 changes: 1 addition & 1 deletion .travis.terraform-docs_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:[email protected].8
- source: Alfresco/alfresco-build-tools:[email protected].9
env:
global:
- TERRAFORM_DOCS_VERSION=${TERRAFORM_DOCS_VERSION:-0.16.0}
Expand Down
2 changes: 1 addition & 1 deletion .travis.terraform_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:[email protected].8
- source: Alfresco/alfresco-build-tools:[email protected].9
env:
global:
- TERRAFORM_LOCAL_VERSION=$(cat .terraform-version)
Expand Down
2 changes: 1 addition & 1 deletion .travis.tflint_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:[email protected].8
- source: Alfresco/alfresco-build-tools:[email protected].9
env:
global:
- TFLINT_VERSION=${TFLINT_VERSION:-0.34.0}
Expand Down
2 changes: 1 addition & 1 deletion .travis.yq_install.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import:
- source: Alfresco/alfresco-build-tools:[email protected].8
- source: Alfresco/alfresco-build-tools:[email protected].9
before_install:
- |-
TOOL_VERSION=${YQ_VERSION:-4.6.1}
Expand Down

0 comments on commit cf17f18

Please sign in to comment.