Commit 03762d4a by nabil el mahiri

using npm login

parent 904f9aee
Pipeline #431 failed with stages
in 24 seconds
...@@ -54,11 +54,11 @@ RUN npm install --global grunt-cli ...@@ -54,11 +54,11 @@ RUN npm install --global grunt-cli
# RUN echo "//<npm-registry>:8080/:_authToken=KB9DEBiM5vNeGPwinPuj" > ~/.npmrc # RUN echo "//<npm-registry>:8080/:_authToken=KB9DEBiM5vNeGPwinPuj" > ~/.npmrc
# Take an SSH key as a build argument. # Take an SSH key as a build argument.
# ARG SSH_PRIVATE_KEY ARG SSH_PRIVATE_KEY
ARG BUILD_TOKEN ARG BUILD_TOKEN
# RUN echo exit 0 > /usr/sbin/policy-rc.d # RUN echo exit 0 > /usr/sbin/policy-rc.d
# RUN apt-get update && apt-get install -y openssh-server RUN apt-get update && apt-get install -y openssh-server
# 1. Create the SSH directory. # 1. Create the SSH directory.
# 2. Populate the private key file. # 2. Populate the private key file.
# 3. Set the required permissions. # 3. Set the required permissions.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment