Browse Source

Fix Travis/GitLab CI scripts after mendertesting changes

Changelog: None

Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
1.2.x^2
Lluis Campos 5 years ago
parent
commit
e7978fede8
  1. 6
      .gitlab-ci.yml
  2. 6
      .travis.yml
  3. 1
      LIC_FILES_CHKSUM.sha256

6
.gitlab-ci.yml

@ -20,12 +20,12 @@ test:
- git fetch origin 'refs/heads/*:refs/heads/*'
# Get last remaining tags, if any.
- git fetch --tags origin
- git clone http://github.com/mendersoftware/mendertesting
- git clone http://github.com/mendersoftware/mendertesting /tmp/mendertesting
script:
# Check commit compliance.
- mendertesting/check_commits.sh
- /tmp/mendertesting/check_commits.sh
# Check licenses
- mendertesting/check_license.sh
- /tmp/mendertesting/check_license.sh
build:
stage: build

6
.travis.yml

@ -7,7 +7,7 @@ git:
dist: trusty
before_script:
- git clone git://github.com/mendersoftware/mendertesting
- git clone git://github.com/mendersoftware/mendertesting /tmp/mendertesting
# Rename the branch we're on, so that it's not in the way for the
# subsequent fetch. It's ok if this fails, it just means we're not on any
@ -21,7 +21,7 @@ before_script:
script:
# Check commit compliance.
- mendertesting/check_commits.sh
- /tmp/mendertesting/check_commits.sh
# Check licenses
- mendertesting/check_license.sh
- /tmp/mendertesting/check_license.sh
- ./docker-build

1
LIC_FILES_CHKSUM.sha256

@ -1,2 +1 @@
beb140be4cd64599bedc691a55b2729c9cc611a4b9d6ec44e01270105daf18a2 LICENSE
beb140be4cd64599bedc691a55b2729c9cc611a4b9d6ec44e01270105daf18a2 mendertesting/LICENSE

Loading…
Cancel
Save