60ec698617
Makes the gitlab CI config easier
5 lines
119 B
Bash
Executable File
5 lines
119 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# vim: set sw=4 sts=4 ts=4 et tw=80 :
|
|
|
|
docker build --no-cache --rm --pull -t paludis/gentoo-gcc .
|