diff options
| author | lbonn <lbonn@users.noreply.github.com> | 2019-07-24 16:32:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-24 16:32:19 +0200 |
| commit | 1e229a8747283d93eca0fc3c8ef90c52aca4187d (patch) | |
| tree | 1e85f1c489bc49b9200ee2e634a3a02c6bfa7593 /scripts/ci/gitlab/tests.yml | |
| parent | 7896e16972f8c76689d090ae36b5f580f0e8667a (diff) | |
| parent | 383144042a1354a0d1e6d042e77bdb0faaba9ed2 (diff) | |
| download | meta-updater-1e229a8747283d93eca0fc3c8ef90c52aca4187d.tar.gz | |
Move `before_script` gitlab steps to `script` (#563)
Move `before_script` gitlab steps to `script`
Diffstat (limited to 'scripts/ci/gitlab/tests.yml')
| -rw-r--r-- | scripts/ci/gitlab/tests.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/ci/gitlab/tests.yml b/scripts/ci/gitlab/tests.yml index 4bd5844..4175412 100644 --- a/scripts/ci/gitlab/tests.yml +++ b/scripts/ci/gitlab/tests.yml | |||
| @@ -24,10 +24,9 @@ | |||
| 24 | - bitbake | 24 | - bitbake |
| 25 | variables: | 25 | variables: |
| 26 | TEST_AKTUALIZR_CREDENTIALS: $CI_PROJECT_DIR/credentials.zip | 26 | TEST_AKTUALIZR_CREDENTIALS: $CI_PROJECT_DIR/credentials.zip |
| 27 | before_script: | 27 | script: |
| 28 | - aws s3 cp s3://ota-gitlab-ci/hereotaconnect_prod.zip credentials.zip | 28 | - aws s3 cp s3://ota-gitlab-ci/hereotaconnect_prod.zip credentials.zip |
| 29 | - sudo /usr/local/bin/setup_kvm.sh | 29 | - sudo /usr/local/bin/setup_kvm.sh |
| 30 | script: | ||
| 31 | - | | 30 | - | |
| 32 | # sg is needed after adding bitbake to the kvm group (see setup_kvm.sh) | 31 | # sg is needed after adding bitbake to the kvm group (see setup_kvm.sh) |
| 33 | sg kvm << EOS | 32 | sg kvm << EOS |
