windows: fix invalid powershell syntax
authorJordan Petridis <jordan@centricular.com>
Wed, 4 Dec 2019 22:49:40 +0000 (00:49 +0200)
committerJordan Petridis <jordan@centricular.com>
Wed, 4 Dec 2019 22:59:34 +0000 (00:59 +0200)
commitbc7f2feb5b6e93fac19fe7f0fc7ed3cc13cd233a
treefc7dd83743ae78b01aeca647c9e4668abb1c843d
parent5c0ad2facdfc418c7af640ecf6eb4449d3f6b04f
windows: fix invalid powershell syntax

```
At line:1 char:34
+ cd $env:CI_PROJECT_DIR/gst-build && python git-update --no-interactio ...
+                                  ~~
The token '&&' is not a valid statement separator in this version.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordEx
   ception
    + FullyQualifiedErrorId : InvalidEndOfLine
```

This is not bash, but powershell, hue hue hue
gitlab/ci_template.yml