Commit afc5f439 authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

ci: Updates to image and CI config

parent 118afd17
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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/?? \