diff options
| author | 2020-07-07 19:04:18 +0200 | |
|---|---|---|
| committer | 2020-07-07 19:04:18 +0200 | |
| commit | 4894a9e7914b16a242ad405afdbda84d86ec3830 (patch) | |
| tree | f1d28c9e1a0951aeb151867d7cc1ccf0b541cec8 | |
| parent | 3f9518b377c88ec4ce8fe538975f26b361e3dd65 (diff) | |
[CI] Switch to fixed hadolint version (#3092)
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 06b751388..4fd33d79b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ jobs: - HADOLINT="$HOME/hadolint" install: - npm install --save-dev jshint stylelint stylelint-order stylelint-scss stylelint-config-recommended-scss - - curl -sLo "$HADOLINT" $(curl -s https://api.github.com/repos/hadolint/hadolint/releases/latest?access_token="$GITHUB_TOKEN" | jq -r '.assets | .[] | select(.name=="hadolint-Linux-x86_64") | .browser_download_url') && chmod 700 ${HADOLINT} + - curl -sL -o ${HADOLINT} "https://github.com/hadolint/hadolint/releases/download/v1.18.0/hadolint-$(uname -s)-$(uname -m)" && chmod 700 ${HADOLINT} script: - node_modules/jshint/bin/jshint . # check SCSS separately |
