Chandan Singh pushed to branch master at BuildStream / buildstream-docker-images
Commits:
-
b9eb3c39
by Phil Dawson at 2018-07-26T16:21:48Z
4 changed files:
- .gitlab-ci.yml
- testsuite/ubuntu-18/Dockerfile → testsuite/ubuntu-18.04/Dockerfile
- testsuite/ubuntu-18/cleanup.sh → testsuite/ubuntu-18.04/cleanup.sh
- testsuite/ubuntu-18/prepare.sh → testsuite/ubuntu-18.04/prepare.sh
Changes:
... | ... | @@ -95,7 +95,7 @@ hadolint: |
95 | 95 |
|
96 | 96 |
# Build test suite images (these don't need moving tags) (these don't need buildstream)
|
97 | 97 |
scripts/build-image.sh -t buildstream/testsuite-debian:${TAG_PREFIX}9-$(cat fixed_tag) $push_needed testsuite/debian-9
|
98 |
- scripts/build-image.sh -t buildstream/testsuite-ubuntu:${TAG_PREFIX}18-$(cat fixed_tag) $push_needed testsuite/ubuntu-18
|
|
98 |
+ scripts/build-image.sh -t buildstream/testsuite-ubuntu:${TAG_PREFIX}18.04-$(cat fixed_tag) $push_needed testsuite/ubuntu-18.04
|
|
99 | 99 |
scripts/build-image.sh -t buildstream/testsuite-fedora:${TAG_PREFIX}27-$(cat fixed_tag) $push_needed testsuite/fedora-27
|
100 | 100 |
fi
|
101 | 101 |
|