mirror of
https://github.com/systemd/systemd.git
synced 2025-03-01 08:58:29 +03:00
Merge pull request #9184 from msekletar/travis-followups
Travis CI follow ups
This commit is contained in:
commit
d460333bb2
@ -1,4 +1,3 @@
|
||||
dnf-plugins-core
|
||||
meson
|
||||
ninja-build
|
||||
ccache
|
||||
|
@ -1,11 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Check environment
|
||||
[ -z "$DOCKER_REPOSITORY" ] && echo "ERROR: DOCKER_REPOSITORY must be set" && exit 1
|
||||
[ -z "$TRAVIS_COMMIT" ] && echo "ERROR: TRAVIS_COMMIT must be set" && exit 1
|
||||
|
||||
# Build docker image
|
||||
echo -e "\n\033[33;1mBuilding docker image: $DOCKER_REPOSITORY:$TRAVIS_COMMIT.\033[0m"
|
||||
echo -e "\n\033[33;1mBuilding docker image: coverity-$TRAVIS_COMMIT.\033[0m"
|
||||
|
||||
docker build \
|
||||
--build-arg DOCKER_USER=$USER \
|
||||
|
Loading…
x
Reference in New Issue
Block a user