Compare commits

..

No commits in common. "d552fda59de77035d067bafb37f5cf215e73007c" and "3aab27d03ce478928ae9dd2669522f1c99ba5887" have entirely different histories.

2 changed files with 1 additions and 9 deletions

View File

@ -16,7 +16,7 @@ ENV PATH="/usr/local/gems/bin:$PATH"
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt -y upgrade RUN apt update && apt -y upgrade
RUN apt -y install ruby-full build-essential zlib1g-dev nginx git RUN apt -y install ruby-full build-essential zlib1g-dev
RUN gem install jekyll bundler RUN gem install jekyll bundler
RUN mkdir -p $LOCATION_JEKYLL && mkdir -p $GEM_HOME RUN mkdir -p $LOCATION_JEKYLL && mkdir -p $GEM_HOME

8
Jenkinsfile vendored
View File

@ -21,14 +21,6 @@ pipeline {
} }
} }
} }
stage("Tage image as latest") {
steps {
script {
sh 'docker tag docker-registry1.in.thelinuxpro.net:5000/tlp/tlp_jekyll:0.0.1 docker-registry1.in.thelinuxpro.net:5000/tlp/tlp_jekyll:latest --push'
}
}
}
} }
} }