Upon updating Fedora I got the error:
```
Cannot enable multiple streams for module 'maven'
```
This can be solved by running:
```
dnf module reset <name>
```
In this article we are going to cover passing artifacts between build steps using Google Cloud Build. This will be a short and straight to the point article not covering the full range of Google…