Remove markdown from description. Fix RSS.

This commit is contained in:
2020-04-11 13:26:45 +05:30
parent 909590c520
commit 4e0fdeace7
2 changed files with 42 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ authorTwitter = "" #do not include @
cover = ""
tags = ["react-native", "javascript", "gitlab"]
keywords = ["react-native", "javascript", "gitlab", "ci", "cd"]
description = "Recently, I decided to set up automated builds for [Sonzai](https://gitlab.com/ceda_ei/sonzai.git)."
description = "Recently, I decided to set up automated builds for Sonzai"
showFullContent = false
aliases = [
"/2020/04/06/React-Native-with-Gitlab-CI.html"
@@ -16,8 +16,8 @@ aliases = [
## Introduction
The aim of setting up CI/CD is to automatically build the app on every commit
and send the APK. I looked into Gitlab CI/CD for this purpose since my [project
repository](https://gitlab.com/ceda_ei/sonzai/) is already hosted on Gitlab.
and send the APK. I looked into Gitlab CI/CD for this purpose since
[Sonzai](https://gitlab.com/ceda_ei/sonzai/) is already hosted on Gitlab.
## Build Stage