Skip to content

Commit

Permalink
API-000 fix pipeline (#474)
Browse files Browse the repository at this point in the history
* fix pipeline

* gh auth login

* revert

* temporarily remove modify test and saml-utils dependency
  • Loading branch information
crolarlibertyva authored Nov 16, 2023
1 parent bef840e commit 12a4866
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 349 deletions.
5 changes: 3 additions & 2 deletions Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ FROM devchromebase as devnodebase
#
# NodeJS 16.x
#
RUN curl -sL https://rpm.nodesource.com/setup_16.x | bash -
RUN retry yum install -y -q nodejs gcc-c++ make python3 git \
RUN retry yum install https://rpm.nodesource.com/pub_16.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm -y \
&& retry yum install nodejs -y --setopt=nodesource-nodejs.module_hotfixes=1
RUN retry yum install -y -q gcc-c++ make python3 git \
&& retry yum install --assumeyes --quiet tar gzip xz zip unzip
RUN npm install -g [email protected]

Expand Down
Loading

0 comments on commit 12a4866

Please sign in to comment.