We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e73a89 commit 3a80f99Copy full SHA for 3a80f99
scripts/common.sh
@@ -8,7 +8,6 @@ export PLUGIN_NAME_ROOTFS=docker-volume-linode:rootfs.${TRAVIS_BUILD_NUMBER}
8
export PLUGIN_NAME=libgolang/docker-volume-linode:${TRAVIS_BRANCH}.${TRAVIS_BUILD_NUMBER}
9
export PLUGIN_NAME_LATEST=libgolang/docker-volume-linode:latest
10
11
-
12
# Build Step
13
build () {
14
compile
@@ -47,7 +46,7 @@ compile () {
47
46
docker build --no-cache -q -t ${PLUGIN_NAME_ROOTFS} .
48
}
49
50
-asseble-plugin-dir () {
+assemble-plugin-dir () {
51
# create plugin
52
mkdir -p ./plugin/rootfs
53
docker create --name tmp ${PLUGIN_NAME_ROOTFS}
0 commit comments