revert to nodejs:14

This commit is contained in:
Willy Kloucek
2021-04-12 09:23:34 +02:00
parent df6cd1cb16
commit b789c02166
+3 -3
View File
@@ -557,7 +557,7 @@ def uiTestPipeline(ctx, suiteName, storage = 'owncloud', accounts_hash_difficult
ocisServer(storage, accounts_hash_difficulty, [stepVolumeOC10Tests]) + [
{
'name': 'webUITests',
'image': 'owncloudci/nodejs:15',
'image': 'owncloudci/nodejs:14',
'pull': 'always',
'environment': {
'SERVER_HOST': 'https://ocis-server:9200',
@@ -624,7 +624,7 @@ def accountsUITests(ctx, storage = 'owncloud', accounts_hash_difficulty = 4):
ocisServer(storage, accounts_hash_difficulty, [stepVolumeOC10Tests]) + [
{
'name': 'WebUIAcceptanceTests',
'image': 'owncloudci/nodejs:15',
'image': 'owncloudci/nodejs:14',
'pull': 'always',
'environment': {
'SERVER_HOST': 'https://ocis-server:9200',
@@ -1274,7 +1274,7 @@ def makeGenerate(module):
return [
{
'name': 'generate nodejs',
'image': 'owncloudci/nodejs:15',
'image': 'owncloudci/nodejs:14',
'pull': 'always',
'commands': [
'%s ci-node-generate' % (make),