Skip to content

Commit

Permalink
Manually update pipeline to get around broken update job
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Mikusa <[email protected]>
  • Loading branch information
dmikusa committed Apr 19, 2024
1 parent 72711c3 commit c65fc27
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pb-update-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ jobs:
git add .github/
git add .gitignore
git add scripts/build.sh
if [ -f scripts/build.sh ]; then
git add scripts/build.sh
fi
git checkout -- .
Expand Down
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

bin/
linux/
dependencies/
package/
scratch/

0 comments on commit c65fc27

Please sign in to comment.