Skip to content
Snippets Groups Projects
Commit 9d33db8f authored by Markus Frosch's avatar Markus Frosch
Browse files

Downgrade to sh scripts

parent fc182f8f
No related branches found
No related tags found
No related merge requests found
Pipeline #2337 failed
#!/bin/bash
#!/bin/sh
: "${DIST:=stretch}"
: "${VARIANT:=minbase}"
......
#!/bin/bash
#!/bin/sh
if [ -n "$DOCKER_IMAGE_PREFIX" ]; then
IMAGE="${DOCKER_IMAGE_PREFIX}debootstrap"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment