From 74d5fea7f08ea829446e72e60b8750b5e5fa95a9 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Tue, 26 May 2020 14:05:08 -0500
Subject: [PATCH] 	modified:   .gitlabci/setup.sh

---
 .gitlabci/setup.sh | 68 +++++++++++++++++++++++-----------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

diff --git a/.gitlabci/setup.sh b/.gitlabci/setup.sh
index 75b89c780..195b153ec 100644
--- a/.gitlabci/setup.sh
+++ b/.gitlabci/setup.sh
@@ -1,36 +1,36 @@
 #!/bin/bash
 
-apt-get update && apt-get install -y wget git \
-                                          build-essential \
-                                          squashfs-tools \
-                                          libtool \
-                                          autotools-dev \
-                                          libarchive-dev \
-                                          automake \
-                                          autoconf \
-                                          uuid-dev \
-                                          libssl-dev \
-                                          python-pip
-
-
-## Somehow sed cant find /etc/sudoers
-#sed -i -e 's/^Defaults\tsecure_path.*$//' /etc/sudoers
-
-# Check Python
-
-echo "Python Version:"
-python --version
-pip install sregistry[all]
-sregistry version
-
-echo "sregistry Version:"
-
-# Install Singularity
-
-cd /tmp && \
-    rm -rf singularity && \
-    git clone -b vault/release-2.5 https://www.github.com/sylabs/singularity.git
-    cd singularity && \
-    ./autogen.sh && \
-    ./configure --prefix=/usr/local && \
-    make -j8 && make install
+#apt-get update && apt-get install -y wget git \
+#                                          build-essential \
+#                                          squashfs-tools \
+#                                          libtool \
+#                                          autotools-dev \
+#                                          libarchive-dev \
+#                                          automake \
+#                                          autoconf \
+#                                          uuid-dev \
+#                                          libssl-dev \
+#                                          python-pip
+#
+#
+### Somehow sed cant find /etc/sudoers
+##sed -i -e 's/^Defaults\tsecure_path.*$//' /etc/sudoers
+#
+## Check Python
+#
+#echo "Python Version:"
+#python --version
+#pip install sregistry[all]
+#sregistry version
+#
+#echo "sregistry Version:"
+#
+## Install Singularity
+#
+#cd /tmp && \
+#    rm -rf singularity && \
+#    git clone -b vault/release-2.5 https://www.github.com/sylabs/singularity.git
+#    cd singularity && \
+#    ./autogen.sh && \
+#    ./configure --prefix=/usr/local && \
+#    make -j8 && make install
-- 
GitLab