We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc7a9e commit 22dca8bCopy full SHA for 22dca8b
1 file changed
bin/stashcp2/tests/test_inside_docker.sh
@@ -15,7 +15,7 @@ rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-${OS_VERSION}
15
yum -y install yum-plugin-priorities
16
rpm -Uvh https://repo.grid.iu.edu/osg/3.3/osg-3.3-el${OS_VERSION}-release-latest.rpm
17
18
-yum -y install osg-oasis pylint
+yum -y install osg-oasis
19
20
echo "user_allow_other" >> /etc/fuse.conf
21
@@ -35,7 +35,7 @@ set -e
35
module load xrootd
36
37
# For now, disable pylint failures
38
-pylint /StashCache/bin/stashcp || /bin/true
+#pylint /StashCache/bin/stashcp || /bin/true
39
40
# Copy in the .job.ad file:
41
cp /StashCache/bin/stashcp2/tests/job.ad ./.job.ad
0 commit comments