Remove lsof
This commit is contained in:
parent
cd5a832352
commit
4f869a2ab8
1 changed files with 0 additions and 20 deletions
|
|
@ -31,10 +31,6 @@ jobs:
|
||||||
wget -nc https://download.clojure.org/install/linux-install-1.10.1.447.sh
|
wget -nc https://download.clojure.org/install/linux-install-1.10.1.447.sh
|
||||||
chmod +x linux-install-1.10.1.447.sh
|
chmod +x linux-install-1.10.1.447.sh
|
||||||
./linux-install-1.10.1.447.sh
|
./linux-install-1.10.1.447.sh
|
||||||
- run:
|
|
||||||
name: Install lsof
|
|
||||||
command: |
|
|
||||||
apt-get install lsof
|
|
||||||
- run:
|
- run:
|
||||||
name: Run JVM tests
|
name: Run JVM tests
|
||||||
command: |
|
command: |
|
||||||
|
|
@ -97,10 +93,6 @@ jobs:
|
||||||
wget https://download.clojure.org/install/linux-install-1.10.1.447.sh
|
wget https://download.clojure.org/install/linux-install-1.10.1.447.sh
|
||||||
chmod +x linux-install-1.10.1.447.sh
|
chmod +x linux-install-1.10.1.447.sh
|
||||||
./linux-install-1.10.1.447.sh
|
./linux-install-1.10.1.447.sh
|
||||||
- run:
|
|
||||||
name: Install lsof
|
|
||||||
command: |
|
|
||||||
apt-get install lsof
|
|
||||||
- run:
|
- run:
|
||||||
name: Install native dev tools
|
name: Install native dev tools
|
||||||
command: |
|
command: |
|
||||||
|
|
@ -184,10 +176,6 @@ jobs:
|
||||||
wget https://download.clojure.org/install/linux-install-1.10.1.447.sh
|
wget https://download.clojure.org/install/linux-install-1.10.1.447.sh
|
||||||
chmod +x linux-install-1.10.1.447.sh
|
chmod +x linux-install-1.10.1.447.sh
|
||||||
./linux-install-1.10.1.447.sh
|
./linux-install-1.10.1.447.sh
|
||||||
- run:
|
|
||||||
name: Install lsof
|
|
||||||
command: |
|
|
||||||
apt-get install lsof
|
|
||||||
- run:
|
- run:
|
||||||
name: Install native dev tools
|
name: Install native dev tools
|
||||||
command: |
|
command: |
|
||||||
|
|
@ -274,10 +262,6 @@ jobs:
|
||||||
wget https://download.clojure.org/install/linux-install-1.10.1.447.sh
|
wget https://download.clojure.org/install/linux-install-1.10.1.447.sh
|
||||||
chmod +x linux-install-1.10.1.447.sh
|
chmod +x linux-install-1.10.1.447.sh
|
||||||
./linux-install-1.10.1.447.sh
|
./linux-install-1.10.1.447.sh
|
||||||
- run:
|
|
||||||
name: Install lsof
|
|
||||||
command: |
|
|
||||||
apt-get install lsof
|
|
||||||
- run:
|
- run:
|
||||||
name: Install native dev tools
|
name: Install native dev tools
|
||||||
command: |
|
command: |
|
||||||
|
|
@ -364,10 +348,6 @@ jobs:
|
||||||
wget https://download.clojure.org/install/linux-install-1.10.1.447.sh
|
wget https://download.clojure.org/install/linux-install-1.10.1.447.sh
|
||||||
chmod +x linux-install-1.10.1.447.sh
|
chmod +x linux-install-1.10.1.447.sh
|
||||||
./linux-install-1.10.1.447.sh
|
./linux-install-1.10.1.447.sh
|
||||||
- run:
|
|
||||||
name: Install lsof
|
|
||||||
command: |
|
|
||||||
apt-get install lsof
|
|
||||||
- run:
|
- run:
|
||||||
name: Install native dev tools
|
name: Install native dev tools
|
||||||
command: |
|
command: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue