Skip to content

Commit

Permalink
fixed version of tomcat
Browse files Browse the repository at this point in the history
  • Loading branch information
ottenhoff committed May 8, 2024
1 parent 79ce5e3 commit bf7593a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
export TOMCAT_DIR=$PWD/tomcat
mkdir $TOMCAT_DIR
cd $TOMCAT_DIR
export TOMCAT_VER=`curl --silent http://mirror.vorboss.net/apache/tomcat/tomcat-9/ | grep v9 | awk '{split($5,c,">v") ; split(c[2],d,"/") ; print d[1]}'`
curl -s -o tomcat.tar.gz "https://dlcdn.apache.org/tomcat/tomcat-9/v${TOMCAT_VER}/bin/apache-tomcat-${TOMCAT_VER}.tar.gz"
curl -s -o tomcat.tar.gz "https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89.tar.gz"
tar --strip-components=1 -xzf tomcat.tar.gz
git clone https://github.com/sakaiproject/nightly-config.git sakai
cp sakai/master.properties sakai/sakai.properties
Expand Down
3 changes: 2 additions & 1 deletion library/src/skins/default/src/sass/themes/_questrom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
@include defineColorHSL(--sakai-color-red, 350, 74%, 38%);

--top-header-background: var(--sakai-white);
--sakai-brand--lighter-6: var(--sakai-color-red--lighter-2);
--topNav-text-color: var(--sakai-black);
--sakai-brand--lighter-6: var(--sakai-color-red--lighter-6);
}

:root.sakaiUserTheme-dark {
Expand Down

0 comments on commit bf7593a

Please sign in to comment.