Skip to content
Snippets Groups Projects
Commit 6a80a26f authored by Julien Leduc's avatar Julien Leduc
Browse files

Moving set -e after init_pod.sh as this one was failing recently due to a base image update

parent 3cacbafc
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
set -e
. /opt/run/bin/init_pod.sh
set -e
if [ ! -e /etc/buildtreeRunner ]; then
yum-config-manager --enable cta-artifacts
yum-config-manager --enable ceph
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment