Skip to content
Snippets Groups Projects
Commit adcefcd4 authored by Surya Bahadur Kathayat's avatar Surya Bahadur Kathayat
Browse files

Merge branch 'testing2' into 'master'

reverted back glances and gitlabci

See merge request surya/devops-workshop!2
parents 6c2f2b2e 74ca403e
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
sudo apt update
sudo apt install openjdk-8-jdk wget gnupg docker docker-compose
sudo apt install openjdk-11-jdk wget gnupg docker docker-compose
wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add -
sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment