14 lines
278 B
Bash
Executable File
14 lines
278 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#
|
|
# Copyright (C) 2021 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
git fetch -t
|
|
git clone ../compute-runtime neo
|
|
docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
|
|
docker build -f scripts/docker/Dockerfile-fedora-33-copr -t neo-fedora-33-copr:ci .
|
|
|