diff --git a/.drone.yml b/.drone.yml index ecb14d5..c2a789b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,8 +16,6 @@ steps: environment: VERSION: dev commands: - - apt-get update -y - - apt-get install libczmq-dev -y - go generate $SRCFILES - go build -o $PROJECTNAME $GOOPTIONS $SRCFILES when: @@ -42,8 +40,6 @@ steps: image: golang commands: - export VERSION=$DRONE_TAG - - apt-get update -y - - apt-get install libczmq-dev -y - go generate $SRCFILES - go build -o $PROJECTNAME $GOOPTIONS $SRCFILES - tar -czvf $PROJECTNAME-$DRONE_TAG-$GOOS-$GOARCH.tar.gz $PROJECTNAME @@ -84,8 +80,6 @@ steps: environment: VERSION: dev commands: - - apt-get update -y - - apt-get install libczmq-dev -y - go generate $SRCFILES - go build -o $PROJECTNAME $GOOPTIONS $SRCFILES when: @@ -110,8 +104,6 @@ steps: image: golang commands: - export VERSION=$DRONE_TAG - - apt-get update -y - - apt-get install libczmq-dev -y - go generate $SRCFILES - go build -o $PROJECTNAME $GOOPTIONS $SRCFILES - tar -czvf $PROJECTNAME-$DRONE_TAG-$GOOS-$GOARCH.tar.gz $PROJECTNAME