diff options
| author | Yann E. MORIN <yann.morin.1998@free.fr> | 2018-02-05 08:39:35 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2018-02-05 22:38:30 +0100 |
| commit | 7f50ba7d95cc1604e5669bf17f2b6cafa6e503cb (patch) | |
| tree | 6792596c20b5d7f1365b3478fc05a7d0e0f30e7a | |
| parent | 8dc63d1689a061982debf84856a2bd55f108a538 (diff) | |
| download | buildroot-7f50ba7d95cc1604e5669bf17f2b6cafa6e503cb.tar.gz buildroot-7f50ba7d95cc1604e5669bf17f2b6cafa6e503cb.zip | |
gitlab-ci: use new, tagged image
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Peter Korsgaard <peter@korsgaard.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | .gitlab-ci.yml | 2 | ||||
| -rw-r--r-- | .gitlab-ci.yml.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf975fcd47..30a4399553 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ # It needs to be regenerated every time a defconfig is added, using # "make .gitlab-ci.yml". -image: buildroot/base +image: buildroot/base:20180205.0730 .defconfig_script: &defconfig_script - echo 'Configure Buildroot' diff --git a/.gitlab-ci.yml.in b/.gitlab-ci.yml.in index f763fdd454..cb3eb715f2 100644 --- a/.gitlab-ci.yml.in +++ b/.gitlab-ci.yml.in @@ -4,7 +4,7 @@ # It needs to be regenerated every time a defconfig is added, using # "make .gitlab-ci.yml". -image: buildroot/base +image: buildroot/base:20180205.0730 .defconfig_script: &defconfig_script - echo 'Configure Buildroot' |

