File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1717
1818image : Ubuntu
1919
20+ # workaround for default JDK9 have old CA certs:
21+ #
22+ # https://github.com/appveyor/ci/issues/3833
23+ #
24+ # https://www.appveyor.com/docs/getting-started-with-appveyor-for-linux/#configuring-language-stack
25+ #
26+ stack : jdk 15
27+
2028skip_commits :
2129 files :
2230 - docs/*
@@ -42,7 +50,7 @@ on_finish:
4250 #
4351 # https://github.com/appveyor/ci/pull/3385
4452 #
45- # - sh: curl -sflL 'https://raw.githubusercontent.com/HariSekhon/devops-python -tools/master/setup/install_openssh.sh' | bash -e -
53+ # - sh: curl -sflL 'https://raw.githubusercontent.com/HariSekhon/DevOps-Python -tools/master/setup/install_openssh.sh' | bash -e -
4654 - sh : if [ "$APPVEYOR_SSH_BLOCK" = true ]; then curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -; fi
4755
4856install :
@@ -56,10 +64,10 @@ install:
5664 # The following packages have unmet dependencies:
5765 # mssql-server : Depends: libsasl2-modules-gssapi-mit but it is not going to be installed
5866 # E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
59- # devops-python -tools/Makefile.in:272: recipe for target 'apt-packages' failed
67+ # DevOps-Python -tools/Makefile.in:272: recipe for target 'apt-packages' failed
6068 # make[2]: *** [apt-packages] Error 123
6169 # make[2]: Leaving directory '/home/appveyor/projects/pylib'
62- # devops-python -tools/Makefile.in:212: recipe for target 'system-packages' failed
70+ # DevOps-Python -tools/Makefile.in:212: recipe for target 'system-packages' failed
6371 #
6472 # adding "|| :" to the end of these commands causes them to be silently ignored!
6573 - sudo sed -i '/https:\/\/packages.microsoft.com\/ubuntu\/.*\/mssql-server/d' /etc/apt/sources.list
You can’t perform that action at this time.
0 commit comments