Loading .gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,6 @@ build-and-publish: default: true variables: true script: - pwsh -Command Install-Module -Name Prelude -Scope CurrentUser - git lfs install - npm run build - git clone https://user:${ACCESS_TOKEN}@code-int.ornl.gov/sites/fact-sheets.git site Loading docker/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ RUN apt-get update \ && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" \ && brew bundle --file /tmp/Brewfile \ && brew cleanup --prune=all \ && /usr/bin/pwsh -Command Install-Module -Name Prelude -Scope CurrentUser -Force \ && apt-get clean \ && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* \ && rm -rf /usr/share/man/?? \ Loading Loading
.gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,6 @@ build-and-publish: default: true variables: true script: - pwsh -Command Install-Module -Name Prelude -Scope CurrentUser - git lfs install - npm run build - git clone https://user:${ACCESS_TOKEN}@code-int.ornl.gov/sites/fact-sheets.git site Loading
docker/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ RUN apt-get update \ && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" \ && brew bundle --file /tmp/Brewfile \ && brew cleanup --prune=all \ && /usr/bin/pwsh -Command Install-Module -Name Prelude -Scope CurrentUser -Force \ && apt-get clean \ && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* \ && rm -rf /usr/share/man/?? \ Loading