Skip to content

Commit

Permalink
Revert docker image used for JS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Sep 14, 2021
1 parent 77ffbca commit d700735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ def javascript(ctx, withCoverage):
[
{
"name": "js-tests",
"image": "owncloudci/nodejs:%s" % getNodeJsVersion(),
"image": "owncloudci/php:8.0",
"pull": "always",
"environment": params["extraEnvironment"],
"commands": params["extraCommandsBeforeTestRun"] + [
Expand Down

0 comments on commit d700735

Please sign in to comment.