Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 657556a

Browse files
Update with apt-get before continuing jobs
1 parent 2ffd857 commit 657556a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.factory/automation.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ build:
5151
type: foreground
5252
command: |
5353
export PATH="$HOME/.local/bin:$PATH"
54+
sudo apt-get update
5455
sudo apt install python3-pip -y
5556
python3 -m pip install -U pip
5657
python3 -m pip install -r requirements_dev.txt
@@ -73,6 +74,7 @@ build:
7374
type: foreground
7475
command: |
7576
export PATH="$HOME/.local/bin:$PATH"
77+
sudo apt-get update
7678
sudo apt install python3-pip -y
7779
python3 -m pip install -U pip
7880
python3 -m pip install -r requirements_dev.txt
@@ -85,6 +87,7 @@ build:
8587
type: foreground
8688
command: |
8789
export PATH="$HOME/.local/bin:$PATH"
90+
sudo apt-get update
8891
sudo apt install python3-pip -y
8992
python3 -m pip install -U pip
9093
python3 -m pip install -r requirements_dev.txt
@@ -126,6 +129,7 @@ build:
126129
type: foreground
127130
command: |
128131
export PATH="$HOME/.local/bin:$PATH"
132+
sudo apt-get update
129133
sudo apt install python3-pip -y
130134
python3 -m pip install -U pip
131135
python3 -m pip install -r requirements_dev.txt
@@ -140,6 +144,7 @@ build:
140144
type: foreground
141145
command: |
142146
export PATH="$HOME/.local/bin:$PATH"
147+
sudo apt-get update
143148
sudo apt install python3-pip -y
144149
python3 -m pip install -U pip
145150
python3 -m pip install -r requirements_dev.txt
@@ -154,6 +159,7 @@ build:
154159
type: foreground
155160
command: |
156161
export PATH="$HOME/.local/bin:$PATH"
162+
sudo apt-get update
157163
sudo apt install python3-pip -y
158164
python3 -m pip install -U pip
159165
python3 -m pip install -r requirements_dev.txt
@@ -167,6 +173,7 @@ build:
167173
type: foreground
168174
command: |
169175
export PATH="$HOME/.local/bin:$PATH"
176+
sudo apt-get update
170177
sudo apt install python3-pip -y
171178
python3 -m pip install -U pip
172179
python3 -m pip install -r requirements_dev.txt
@@ -181,6 +188,7 @@ build:
181188
type: foreground
182189
command: |
183190
export PATH="$HOME/.local/bin:$PATH"
191+
sudo apt-get update
184192
sudo apt install python3-pip -y
185193
python3 -m pip install -U pip
186194
python3 -m pip install -r requirements_dev.txt
@@ -207,6 +215,7 @@ build:
207215
type: foreground
208216
command: |
209217
export PATH="$HOME/.local/bin:$PATH"
218+
sudo apt-get update
210219
sudo apt install python3-pip -y
211220
python3 -m pip install -U pip
212221
export DEPLOY_PIP_USERNAME=$REPO_VATICLE_USERNAME
@@ -221,6 +230,7 @@ build:
221230
type: foreground
222231
command: |
223232
export PATH="$HOME/.local/bin:$PATH"
233+
sudo apt-get update
224234
sudo apt install python3-pip -y
225235
python3 -m pip install -U pip
226236
bazel run //tests:typedb-extractor -- typedb-all-linux

0 commit comments

Comments
 (0)