Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7163830
D1722.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
657 B
Subscribers
None
D1722.id.diff
View Options
diff --git a/jobs/templates/swh-cypress.groovy b/jobs/templates/swh-cypress.groovy
--- a/jobs/templates/swh-cypress.groovy
+++ b/jobs/templates/swh-cypress.groovy
@@ -1,8 +1,6 @@
pipeline {{
- agent {{
- agent {{ label '{docker-image}' }}
- }}
+ agent {{ label '{docker-image}' }}
environment {{
PHAB_CONDUIT_URL = 'https://forge.softwareheritage.org/api/'
@@ -35,7 +33,7 @@
stage('Setup environment') {{
steps {{
sh '''#!/bin/bash
- python3 -m venv /swh-web-env
+ python3 -m venv ~/swh-web-env
source ~/swh-web-env/bin/activate
pip3 install wheel
pip3 install -e .[testing]
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 30, 4:23 PM (2 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3224147
Attached To
D1722: Fix errors in swh-cypress groovy script
Event Timeline
Log In to Comment