Remove shell option not supported by CI build environment
This commit is contained in:
parent
efe79ec5dd
commit
280e7f4f56
2
build.sh
2
build.sh
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh -euo pipefail
|
#!/bin/sh -eu
|
||||||
# build.sh -- a bootstrapped image in a migrated Devuan container
|
# build.sh -- a bootstrapped image in a migrated Devuan container
|
||||||
# Copyright (C) 2017 Olaf Meeuwissen
|
# Copyright (C) 2017 Olaf Meeuwissen
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh -euo pipefail
|
#!/bin/sh -eu
|
||||||
# derive.sh -- handy Devuan images
|
# derive.sh -- handy Devuan images
|
||||||
# Copyright (C) 2017 Olaf Meeuwissen
|
# Copyright (C) 2017 Olaf Meeuwissen
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh -euo pipefail
|
#!/bin/sh -eu
|
||||||
# migrate.sh -- a Debian image to Devuan
|
# migrate.sh -- a Debian image to Devuan
|
||||||
# Copyright (C) 2017 Olaf Meeuwissen
|
# Copyright (C) 2017 Olaf Meeuwissen
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue