Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
c7dd2d2e
Commit
c7dd2d2e
authored
Apr 19, 2021
by
Julien Leduc
Browse files
Moving set -e after init_pod.sh as this one was failing recently due to a base image update
parent
3792daa2
Changes
1
Hide whitespace changes
Inline
Side-by-side
continuousintegration/docker/ctafrontend/cc7/opt/run/bin/oracleunittests.sh
View file @
c7dd2d2e
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment